Christian Lenz created NETBEANS-140:
---------------------------------------
Summary: Run file output is waiting forever
Key: NETBEANS-140
URL: https://issues.apache.org/jira/browse/NETBEANS-140
Project: NetBeans
Issue Type: Bug
Components: javascript - Node.js
Reporter: Christian Lenz
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: `node main.js` nothing more.
Why were those parameters added to the command?
Regards
Chris
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)