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

RFC: deno support for JavaScript Debug Terminal launch #2141

Closed
cdaringe opened this issue Dec 8, 2024 · 3 comments
Closed

RFC: deno support for JavaScript Debug Terminal launch #2141

cdaringe opened this issue Dec 8, 2024 · 3 comments
Assignees
Labels
feature-request Request for new features or functionality

Comments

@cdaringe
Copy link

cdaringe commented Dec 8, 2024

Is your feature request related to a problem? Please describe.

denoland/deno#19328 is about supporting the JavaScript Debug Terminal for deno. deno's debug instrumentation is similar to node's, but doesn't have a NODE_OPTIONS equivalent, so presumably the same instrumentation strategy may not be used.

Describe the feature you'd like

A prescription, guide, and/or ideation for how to get deno workin'! FWIW, i'm no 💯 this is the correct repo for this discussion. Feel free to close at will. Thanks!

@cdaringe cdaringe added the feature-request Request for new features or functionality label Dec 8, 2024
@connor4312
Copy link
Member

connor4312 commented Dec 8, 2024

You're in luck, this past iteration I added some API for this in response to an issue from the Bun folks: https://github.com/microsoft/vscode-js-debug/blob/main/EXTENSION_AUTHORS.md#extension-api (only on nightly until later this week). Let me know if that could work for you.

@cdaringe
Copy link
Author

cdaringe commented Dec 9, 2024

Super interesting. Thanks!

@connor4312
Copy link
Member

Merging into #2104

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants