-
Notifications
You must be signed in to change notification settings - Fork 105
Support: Debug Adapter Protocol #157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@david-driscoll it looks like this PR has everything I need in order to use |
Misc dap fixes
remove extra Reciever
JsonRpcServer now disposable
switch null to new JObject so it can still be parsed into the right type
fix up WriteJson for DAP error handling
Alright, this feels done. Just need to get tests passing |
/// Deprecated: The code locations of the breakpoints. | ||
/// </summary> | ||
[Obsolete("Deprecated")] | ||
[Optional] public Container<long> Lines { get; set; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@david-driscoll @TylerLeonhardt This seems to have been written deprecated...what should be used in place of it?
@TylerLeonhardt Just getting started on the DAP stuff... went pretty fast for the receiver end.
see: #145