You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debugger listening on ws://127.0.0.1:63820/0bbb8cb0-cefc-49b4-bccf-6f16b9cc4d1c
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.
Before await: test value
After await: undefined
Waiting for the debugger to disconnect...
Tested on Node v18.7.0 and WebStorm 2022.2.1 (shouldn't make a difference but still).
My guess is that the debugger is also using async_hooks and they're somehow conflicting.
The text was updated successfully, but these errors were encountered:
nathanlepori
changed the title
Context lost f
Context lost after await when using debugger
Aug 28, 2022
See title. Execute the following repro code with and without debugger:
Without debugger:
With debugger:
Tested on Node v18.7.0 and WebStorm 2022.2.1 (shouldn't make a difference but still).
My guess is that the debugger is also using async_hooks and they're somehow conflicting.
The text was updated successfully, but these errors were encountered: