Questions tagged [blink-developer-tools]

2 questions
5
votes
2 answers

Cannot open Chrome to the right url for debugging Node.js script

I run this at the command line: $ node --inspect --debug-brk test/src/dev/node/define/1.test.js Debugger listening on ws://127.0.0.1:9229/93a5524a-ae0a-4aa2-a985-3cd6ac6a2b9f For help see https://nodejs.org/en/docs/inspector normally this commands…
2
votes
2 answers

Initiate node --inspect / --debug-brk with environment variable

I have been debugging and inspecting with node-inspector with Node.js for a long time, but I have never seen any documentation that allows you to start the debugging environment with an environment variable. Does anyone know if I can do this: node…
Alexander Mills
  • 90,741
  • 139
  • 482
  • 817