-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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's list
command throws TypeError: Cannot read properties of null (reading 'list')
#42775
Labels
debugger
Issues and PRs related to the debugger subsystem.
Comments
cola119
changed the title
Debugger's
Debugger's Apr 18, 2022
list
command throws TypeError: Cannot read properties of null (reading 'list')
list
command throws TypeError: Cannot read properties of null (reading 'list')
VoltrexKeyva
added
the
debugger
Issues and PRs related to the debugger subsystem.
label
Apr 18, 2022
cola119
added a commit
to cola119/node
that referenced
this issue
Jun 27, 2022
PR-URL: nodejs#42776 Fixes: nodejs#42775 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
cola119
added a commit
to cola119/node
that referenced
this issue
Jun 28, 2022
PR-URL: nodejs#42776 Fixes: nodejs#42775 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
guangwong
pushed a commit
to noslate-project/node
that referenced
this issue
Oct 10, 2022
PR-URL: nodejs/node#42776 Fixes: nodejs/node#42775 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
v17.9.0
Platform
No response
Subsystem
No response
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
Debugger should throw
ERR_DEBUGGER_ERROR
just likesb()
command since the runtime context has been already destroyed.What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: