0

I have a script inside a node app that I am running like this:

nodemon({
  script: this.settings.serverScriptPath,
  ext: 'ts tsx json',
  verbose: this.debug,
  stdout: false
});

I am trying to debug using the debugger directive, enter image description here

However devtools does not stop there, even if I set the --inspect-brk directive

It's possible to inspect and set a debugger directive into it? Or to inspect it in any way?

Adriel Werlich
  • 1,982
  • 5
  • 15
  • 30

0 Answers0