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/Chrome DevTools umbrella issue #352

Open
bartlomieju opened this issue Nov 20, 2022 · 2 comments
Open

Debugger/Chrome DevTools umbrella issue #352

bartlomieju opened this issue Nov 20, 2022 · 2 comments
Assignees

Comments

@bartlomieju bartlomieju self-assigned this Nov 20, 2022
@khrj
Copy link

khrj commented Nov 22, 2022

Possibly relevant: denoland/deno#16757

@jespertheend
Copy link

jespertheend commented Nov 25, 2023

I'm running into an issue where sometimes the debugger pauses correctly (because it stops logging things to the console), but VSCode doesn't display the paused breakpoint.
To work around it, I can detach the VSCode debugger and reattach it. For some reason the debugger will stay paused even with no debugger attached. Once reconnected, VSCode displays the breakpoint at which the debugger is paused.

edit: I think this is basically denoland/deno#13152 because I'm debugging multiple test files.

@mmastrac mmastrac transferred this issue from denoland/deno Nov 25, 2023
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

No branches or pull requests

3 participants