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

327
Views
Why is VSCode not stopping at breakpoints for debugging since the version 1.55.2

I know there is this previous posting about this: Why is VSCode not stopping at breakpoints for debugging?

But the answer didn't help me. I don't stop on my breakpoints.

So since the version of March 2021 (version 1.55.2) the breakpoint does not work anymore. It is working fine with the previous version February 2021 (version 1.54.3) and if I reinstall the previous version it will work without any pb.

I did as it was suggested. I created a new launch.json from scratch. But I had to add these lines:

"outputCapture": "std",
"program": "C:/node_modules/protractor/built/cli.js",
"args": ["C:/Tellus/979079/node_modules/src/conf.js"] 

You can find below my Launch.json:

{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "type": "node",
            "request": "launch",
            "name": "Launch Program",
            "skipFiles": [
                "<node_internals>/**"
            ],
            "outputCapture": "std",
            "program": "C:/node_modules/protractor/built/cli.js",
            "args": ["C:/Tellus/979079/node_modules/src/conf.js"] 
        }
    ]
}

Just to provide few context. I am working on protractor tests.

Thanks for your help,

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!