Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-140

Run file output is waiting forever

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • javascript - Node.js
    • 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

          Activity

            People

              Unassigned Unassigned
              chrizzly Christian Lenz
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: