Skip to content
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

Debugger Client in core #804

Closed
wants to merge 17 commits into from
Closed

Conversation

twin-drill
Copy link
Contributor

Adding methods for using our VSCode extension into core, so the debugger can be extended into other languages without having to reimplement these basic methods.

Drafted while I'm still working on it.

core/src/debug_client.rs Outdated Show resolved Hide resolved
core/src/debug_client.rs Outdated Show resolved Hide resolved
core/src/debug_client.rs Outdated Show resolved Hide resolved
@twin-drill twin-drill marked this pull request as ready for review August 29, 2024 15:06
@twin-drill twin-drill requested a review from a team as a code owner August 29, 2024 15:06
Copy link
Member

@Sushisource Sushisource left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking pretty good, mostly just comment changes here

core/src/debug_client.rs Outdated Show resolved Hide resolved
core/src/debug_client.rs Outdated Show resolved Hide resolved
core/src/debug_client.rs Outdated Show resolved Hide resolved
core/src/debug_client.rs Outdated Show resolved Hide resolved
core/src/debug_client.rs Outdated Show resolved Hide resolved
#[derive(Clone)]
pub struct DebugClient {
/// URL for the local instance of the debugger server
debugger_url: String,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be an actual Url type which we already depend on https://docs.rs/url/latest/url/struct.Url.html (which also has safe ways to construct paths like adding /history)

@Sushisource
Copy link
Member

Closed in favor of #829

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.

2 participants