Bug 536382 - CQuery language server output / logs not shown in Console view
Summary: CQuery language server output / logs not shown in Console view
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-lsp (show other bugs)
Version: Next   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Nathan Ridge CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: cquery
  Show dependency tree
 
Reported: 2018-06-28 00:14 EDT by Nathan Ridge CLA
Modified: 2018-06-28 01:47 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Ridge CLA 2018-06-28 00:14:38 EDT
When the selected language server is ClangD, and you run Eclipse from within a CDT development environment, the Console view of the development instance shows a bunch of output which includes the JSON-RPC messages being sent back and forth between the client and the server, and any error messages from the server.

When the selected language server is CQuery, no such output is present in the Console view. It would be nice if we could get this output from CQuery as well.
Comment 1 Nathan Ridge CLA 2018-06-28 01:47:36 EDT
You can get some extra output by passing '--log-all-to-stderr' as a startup option to the cquery language server (specified in the C/C++ Language Server preference page). However, the messages are still not printed the way they are for clangd.