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

113
Visualizações
Debug Console REPL not responding to a debug session. Not able to interact with

So today when debugging my TypeScript code I've run into a pretty abtritary error in VSCode. When starting a debug session. I was not able to interact with the "DEBUG CONSOLE". The "DEBUG CONSOLE" window just didn't respond. It seems that the "DEBUG CONSOLE" tab does not receive any information from my browser (chrome).

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": "chrome",
        "request": "launch",
        "name": "Launch Chrome against localhost",
        "url": "http://localhost:8100",
        "webRoot": "${workspaceFolder}",
      }
    ]
}

enter image description here

about 4 years ago · Santiago Trujillo
1 Respostas
Responde à pergunta

0

What worked for me is to specify the "outputCapture" to "console". After that, the "DEBUG CONSOLE" worked again. Maybe it changed it somehow internally without me knowing it. Hope it helps for somebody who is facing the same problem

{
    // 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": "chrome",
        "request": "launch",
        "name": "Launch Edge against localhost",
        "url": "http://localhost:8100",
        "webRoot": "${workspaceFolder}",
        "outputCapture": "console",
      }
    ]
}
about 4 years ago · Santiago Trujillo Relatório
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