Closed
Description
The debugger in the async pipeline consumer is implemented, but is not yet hooked up to the UI.
This is done by sending messages back to the client to ensure it's kept in sync with VSCode.
Most of these are done with the debug adapter protocol, but we still need be able to start and stop the debugger from the server.
The key is for us to make sure the client debugger is active when the debugger stops. That's done today like this:
We'll need to implement that here:
Note that I've already tried simply putting this in, but it doesn't just work, so needs to be debugged and worked through