0

I started the debugger using :

$ node --inspect ../cadence-web/server/routes.js Debugger listening on ws://127.0.0.1:9229/e470a53c-480b-497e-8494-5f1ea62f3b38

Now - I inspect chrome: The code is successfully opened in the debugger. Please see link below

Debug Open

I open dedicated devTools for Node

Please see link below I go to localhost:9229: The site cannot be reached.

Debugger

Any help will be appreciated.

What am I doing incorrectly. Why is the code not loaded on localhost: 9229

1 Answer 1

0

The port mentioned in the startup is the Debugger port where the Debugger (Web Tools or VSCode etc.) listens to node. It is not the port your web server is using. That port hasn't changed from its setting in code. Check your source, it should be there, something like 3000 or 8080, depending on your framework and settings

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.