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

473
Views
No Debugger Available, can not send 'variables'

I have looked into a problem that I got recently when trying out node for the first time, when I put it in and pulled up the Debug Console when I tried to drop down a really long variable it said `No Debugger Available, can not send 'variables' so I tried looking it up and I got to This Question, after trying all three options

"console": "integratedTerminal" "console": "externalTerminal" and "console": "internalConsole" none of them seem to have fixed my problem

So what could I have done wrong

Javascript

const genData = require('./data.json');
console.log(genData.GenStructure);

data.json

{
    "GenStructure": [
        "<a> @scenario@ is going to @event@ because @reason@ is inevitable",
        "The best way to get to @place@ is to take a @transport@ from the @place@",
        "@character@'s favorite book @BookTitle@ is in the genre : @BookGenre@"
    ]
}

launch.json

{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "pwa-node",
            "request": "launch",
            "name": "Launch Program",
            "skipFiles": ["<node_internals>/**"],
            "program": "${workspaceFolder}\\sentenceGen.js",
            "console": "integratedTerminal" //This was changed
        }
    ]
}

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!