Closed
Description
v6.9.2:
Windows10 x64:
When debugging with Chrome using $ node --inspect filename
feature described here, the debugger isn't stopped at the debugger;
statement as stated in the same manual
Inserting the statement debugger; into the source code of a script will enable a breakpoint at that position in the code:
for the $ node debug filename
feature.
Is behavior different for the --inspect
feature and debugger;
statement is not supported?