What is the console tab evaluation environment?

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:

enter image description here

Why?

0
source share
1 answer

Works for me:

enter image description here

I suggest creating a support ticket

+2
source

Source: https://habr.com/ru/post/1013181/


All Articles