ternjs / tern_for_vim

Tern plugin for Vim
MIT License
1.83k stars 100 forks source link

Greater insights into errors in the server #11

Closed oyvindkinsey closed 11 years ago

oyvindkinsey commented 11 years ago

There's currently little feedback when the server encounters an error, and is unable to return any data. This makes debugging issues only found when testing via real live code in the editor hard.

marijnh commented 11 years ago

Try running the server (node_modules/tern/bin/tern) manually, from your project dir, with the --verbose command-line option. It'll spit out diagnostic information to stdout.