feat(csharp,debug): add C# debugger support (#4213)

This commit is contained in:
Filip Dutescu 2022-10-15 23:33:57 +03:00 committed by GitHub
parent 661f48d62f
commit 2457111bf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 2 deletions

View file

@ -726,7 +726,7 @@ pub mod events {
#[serde(tag = "event", content = "body")]
// seq is omitted as unused and is not sent by some implementations
pub enum Event {
Initialized,
Initialized(Option<DebuggerCapabilities>),
Stopped(Stopped),
Continued(Continued),
Exited(Exited),