microsoft / debug-adapter-protocol

Defines a common protocol for debug adapters.
https://microsoft.github.io/debug-adapter-protocol/
Other
1.39k stars 129 forks source link

DAP protocol visualisation #105

Open isidorn opened 6 years ago

isidorn commented 6 years ago

Refs: microsoft/vscode#52866

https://microsoft.github.io/language-server-protocol/inspector/app

As you now nicely visualize LSP protocols we might consider in the future to reuse this to visualize debug adapter protocol messages. fyi @weinand @roblourens

roblourens commented 6 years ago

I would stick to my logs which include traffic between the adapter and runtime, and internal logs in the adapter. But others might find it useful!

octref commented 5 years ago

If there's need we can revisit, but some of the UI is tied to LSP and not that easily reusable in DAP visualization.

hyangah commented 4 years ago

@roblourens @weinand @isidorn I also think DAP visualization tool is useful as we add more debugging support through DAP. Reusing LSP inspector code is just one way to achieve this.

Is there anyone who's already working on this? Should I open this issue in the debug adaptor protocol repo so more DAP users can see the progress or lack thereof?

hyangah commented 4 years ago

From the slack channel, I learned about https://github.com/microsoft/language-server-protocol-inspector/issues/38 where the discussion continues.

weinand commented 4 years ago

I'll move the issue to the DAP repo.