Suppose I have a script in debug mode and the console
tab is open, and the following is displayed:
"C:\Program Files (x86)\JetBrains\WebStorm 2016.2\bin\runnerw.exe" "C:\Program Files\nodejs\node.exe" --debug-brk=50811 --expose_debug_as=v8debug C:\Users\maksym.koretskyi\Desktop\nodejs\http.js bo----3 Debugger listening on [::]:50811
Then I start typing expressions like console.log(3)
, but nothing is output:

Why?
source share