Skip to content

Commit

Permalink
Merge pull request #975 from willsALMANJ/patch-1
Browse files Browse the repository at this point in the history
Explain how to get debug output with terminal vim
  • Loading branch information
Valloric committed May 17, 2014
2 parents e21efcc + 4930200 commit feedc29
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ Here are the things you should do when creating an issue:
let g:ycm_server_log_level = 'debug'
```

Then start gvim/macvim (not console vim) from the console. As you use Vim,
you'll see the `ycmd` debug output stream in the console. Attach that to you
issue.
Then, if possible, start gvim/macvim (not console vim) from the console.
As you use Vim, you'll see the `ycmd` debug output stream in the console.
If you can not use gvim/macvim, run `:YcmDebugInfo` in vim to see what
temporary files (listed under "Server logfiles") the debug output streams
are written to. Attach the debug output stream to your issue.
3. **Create a test case for your issue**. This is critical. Don't talk about how
"when I have X in my file" or similar, _create a file with X in it_ and put
the contents inside code blocks in your issue description. Try to make this
Expand Down

0 comments on commit feedc29

Please sign in to comment.