-
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
aduh95
pushed a commit
that referenced
this issue
May 22, 2022
PR-URL: #42776 Fixes: #42775 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]>
bengl
pushed a commit
that referenced
this issue
May 30, 2022
PR-URL: #42776 Fixes: #42775 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]>
juanarbol
pushed a commit
that referenced
this issue
May 31, 2022
PR-URL: #42776 Fixes: #42775 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]>
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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
targos
pushed a commit
that referenced
this issue
Jul 18, 2022
PR-URL: #42776 Fixes: #42775 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]>
targos
pushed a commit
that referenced
this issue
Jul 31, 2022
PR-URL: #42776 Fixes: #42775 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]>
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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
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: