DAP protocol debug option

Hi again,

I’m struggling a bit getting a debug adapter up and running.

Is there a way to log the protocol exchange to the Extension Console (or somewhere else) - like the clientOption debug: true on the Language Server protocol does?

If not - do you have any other ideas to investigate a situation where the debug adapter (stdio transport) gets launched and is sitting there but does not get any requests. I would expect the initialize and launch commands to but triggered right away…

O