Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 337 Bytes

section52.1.md

File metadata and controls

13 lines (10 loc) · 337 Bytes

Section 52.1: Use the proxy for debugging via port on Linux

If you start your application on Linux, use the proxy for debugging via port, for example:

socat TCP-LISTEN:9958,fork TCP:127.0.0.1:5858 &

Use port 9958 for remote debugging then.

Section 52.2: NodeJS run configuration

Debugger listening on port <port>