Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
When I open a JS file, which is a node based script, without having a project, I make this: Right click at the file -> Run file. After this, output opens and shows me this message:
"C:\Program Files\nodejs\node.exe" "--debug-brk=62580" "--expose_debug_as=v8debug" "C:\Projekte\Others\Noisy2D\main.js" Debugger listening on 127.0.0.1:62580
But nothing happens, the output is waiting forever. I did the same commands in the CMD and this is expected of course, BUT when I only run the file it should do the same as:
"C:\Program Files\nodejs\node.exe" "C:\Projekte\Others\Noisy2D\main.js"
nothing more.
Why were those parameters added to the command?
Regards
Chris
Attachments
Issue Links
- Blocked
-
NETBEANS-26 Run file for JS file doesn't work properly
- Open