OmniSharp/csharp-language-server-protocol

[Dap] How to get custom data from Dap Events

fenixjiang opened this issue · 0 comments

For example, my server returned breakpoint information in StoppedEvent, how can I get this data from StoppedEvens in IStoppedHandler?

Or this situation needs to be handled in other ways .