-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Panic when attatching debugger #25515
Comments
Looks like we got some code that reenters JS and is keeping the |
Is it flaky? I can't reproduce it on macOS (arm64) and Linux (x86_64). Here's what I am trying:
Output after debugger is attached:
Output after execution:
|
I can reproduce it 100% of the times on Linux (x86_64), following exactly the steps you are following 🤔 I'm using this vscode config: {
"version": "0.2.0",
"configurations": [
{
"name": "Attach",
"port": 9229,
"request": "attach",
"type": "node"
}
]
} |
I can also easily and consistently reproduce it in an empty GitHub codespace. |
Oh I can reproduce it with the Vscode debugger. I was trying it earlier with the Chrome inspector ( |
Version: Deno 2.0.0-rc.1+ce1d668
Output before attaching the debugger:
Output after attaching the debugger:
If needed I have a non-minimal (it uses
gulp
) reproductionThe text was updated successfully, but these errors were encountered: