-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Closed
Labels
inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocol
Description
Version: v6.9.0
Platform: Windows 10 64bit Home (Running node in Git Bash MINGW64_NT-10.0 Alex 2.6.0(0.304/5/3) 2016-09-09 09:46 x86_64 Msys)
Subsystem: V8 Inspector
Chrome version: Version 53.0.2785.143 m
Issue: Can't evaluate expressions in inspector's console.
Reproduce: node --inspect -e "var q = { foo: 'bar'}; while(1);"
After opening the inspector window, I type q
into the console panel, expecting to see {foo: "bar"}
as the evaluation result, but instead see nothing. My own input is also cleared away, as if I had never typed it at all. I also tried process
and module
to the same effect.
Metadata
Metadata
Assignees
Labels
inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocol