From 68f0bcb1c1f718df508301b420ec8e3d35c26761 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Mon, 28 Jan 2013 10:03:32 -0800 Subject: [PATCH] Adding :YcmDebugInfo to the readme FAQ --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2849db52..51916d2f 100644 --- a/README.md +++ b/README.md @@ -463,6 +463,11 @@ In Vim, run `:messages` and carefully read the output. YCM will echo messages to the message log if it encounters problems. It's likely you misconfigured something and YCM is complaining about it. +Also, you may want to run the `:YcmDebugInfo` command; it will make YCM spew out +various debugging information, including the compile flags for the file if the +file is a C-family language file and you have compiled in Clang support. + + Contact -------