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

175
Views
vscode debug deno script stops a decode.json.dew.js?

I got debugging with deno working in vscode

.vscode/launch.json

{
  "version": "0.2.0",
  "configurations": [
    {
      "name": "Deno",
      "type": "pwa-node",
      "request": "launch",
      "cwd": "${workspaceFolder}",
      "runtimeExecutable": "deno",
      "runtimeArgs": ["run", "--inspect-brk", "-A", "--allow-net", "adBlockFinder.1m.ts"],
      "attachSimplePort": 9229
    }
  ]
}

But it always starts out by breaking in some other file called decode.json.dew.js (not created by me)

the file that i breaks in

"Playing the debug" (pressing the play looking icon) gets to the next breakpoint set by me.

Does anybody know how to avoid having to press "debug play" every time?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Unfortunately, I think this is expected behavior for now when using --inspect-brk (vs. --inspect). From section 2.7 in the manual, Debugging your code:

You might notice that DevTools pauses execution on the first line of _constants.ts instead of file_server.ts. This is expected behavior caused by the way ES modules are evaluated in JavaScript (_constants.ts is left-most, bottom-most dependency of file_server.ts so it is evaluated first).

about 4 years ago · Juan Pablo Isaza 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!