Skip to content

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

Merged
merged 27 commits into from
Sep 25, 2019
Merged

Support: Debug Adapter Protocol #157

merged 27 commits into from
Sep 25, 2019

Conversation

david-driscoll
Copy link
Member

@TylerLeonhardt Just getting started on the DAP stuff... went pretty fast for the receiver end.

see: #145

@david-driscoll david-driscoll changed the title Sample debug adapter receiver Support: Debug Adapter Protocol Jul 20, 2019
@TylerLeonhardt
Copy link
Collaborator

@david-driscoll it looks like this PR has everything I need in order to use JsonRpcServer as the DebugServer of sorts. Let me know I can help so I can start working off of this.

@TylerLeonhardt
Copy link
Collaborator

Alright, this feels done. Just need to get tests passing

@david-driscoll david-driscoll marked this pull request as ready for review September 25, 2019 00:56
@david-driscoll david-driscoll merged commit 22ebd1f into master Sep 25, 2019
@david-driscoll david-driscoll deleted the dap branch June 2, 2020 04:47
/// Deprecated: The code locations of the breakpoints.
/// </summary>
[Obsolete("Deprecated")]
[Optional] public Container<long> Lines { get; set; }
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants