Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

185
Views
javascript not running/debugging on vs code

I am trying to run and debug a javascipt file. I followed the guide on the official website and downloaded Node JS (v16.14.0) and the javascript debugger extension. I made this in both my laptop and the Desktop, however on the laptop I cannot make it work. When I press F5 to debug the file it just doesn't do anything (really), no error or anything is shown on the output or Debug console. I also tryied to create a launch.json as following:

{      
"version": "0.2.0",
      "configurations": [
        {
          "type": "pwa-node",
          "request": "launch",
          "name": "Launch Program",
          "skipFiles": [
            "<node_internals>/**"
          ],
          "program": "${workspaceFolder}\\RicertaBT.js"
        }
      ]
    }

and still same story, no life sign. At this point I am actually confused and have no idea on what to do. I should also mention that the code I am trying to run is 100% working with 0 errors (I excecuted it on Node JS terminal).

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!