[
https://issues.apache.org/jira/browse/NETBEANS-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Lenz updated NETBEANS-140:
------------------------------------
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:
{code}
"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
{code}
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: {code}"C:\Program Files\nodejs\node.exe"
"C:\Projekte\Others\Noisy2D\main.js"{code} nothing more.
Why were those parameters added to the command?
Regards
Chris
was:
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:
{code}
"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
{code}
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: {code}node main.js{code} nothing more.
Why were those parameters added to the command?
Regards
Chris
> 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:
> {code}
> "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
> {code}
> 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: {code}"C:\Program Files\nodejs\node.exe"
> "C:\Projekte\Others\Noisy2D\main.js"{code} nothing more.
> Why were those parameters added to the command?
> Regards
> Chris
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)