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

112
Views
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 answers
Answer question

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 Report
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!