Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 436 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 436 Bytes

node-dbgp

Library that communicates with a Xdebug server

Example

iojs --es_staging example.js

Events

  • started
  • stopped
  • breakpoint

Commands

  • run
  • stepInto
  • stepOver
  • stepOut
  • stop

Options: default

  • port: 9000
  • showHidden: true
  • maxChildren: 32
  • maxData: 1024
  • maxDepth: 3
  • breakOnStart: false
  • includeContextOnBreak: true
  • includeSourceOnBreak: false
  • sourceOnBreakLines: 2
  • includeGlobals: true