Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

328
Visualizações
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
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda