3

I'm trying to debug a node app in Mac M1 Pro using node --inspect-brk with Chrome DevTools. This is the output after running the script.

Debugger listening on ws://127.0.0.1:9229/f43fcdcb-b0ff-4a2f-8bd4-e60a7ecd817e
For help, see: https://nodejs.org/en/docs/inspector

And when I goto chrome://inspect, I'm not seeing any data for inspecting.

enter image description here

1 Answer 1

4

Resolved this after configuring localhost:9229 to 127.0.0.1:9229 in 'Discover network targets'.

enter image description here

Now its listed under 127.0.0.1

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.