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

138
Views
How to make VS Code javascript debugger not close immediately and run properly?

I am trying to setup debugging my javascript files from inside vscode and for some reason I can't make it work. Couldn't find anyone with the same problem. Basically I start the local server, click on starting the debug session and it starts for a split second and then terminates immediately. It does not stop on breakpoints and does not show anything in either VARIABLES, WATCH or CALL STACK nor the terminal.

These are my launch.json configs:

{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "pwa-chrome",
            "request": "launch",
            "name": "Launch Chrome against localhost",
            "url": "http://localhost:5500",
            "webRoot": "${workspaceFolder}",

         }
    ]  
}

Any ideas why this could be?

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!