Skip to content

Debugger

  • Command to run debuggernode inspect sample.js
  • By default listens on ws://127.0.0.1:9229/6b4a0abe-326e-40a3-844b-38b01bff4647

Continue

  • c (continue): Continue the execution after a debugger statement
  • repl (Read–eval–print loop): Open a JS console to evaluate variables in a state