[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

[U8] U8Debugger - Node.js

How to debug a remote S8 server?

We can connect our debugger to a S8 server running with node.js execution machinery.
This way we can debug S8 servers remotelly from desktop.

Prerequisites


Short list of steps to debug a remote S8 server

  1. Run your server with --inspect argument
  2. Take note of the URL to access the inspector interface
  3. Open Chrome
  4. Click the debug icon at the main page of chrome (chrome opened at home address)
  5. Enter the URL of system to inspect as address of [Connect Remote:]
  6. The debugger should connect and enter debug state.