Skip to content

wesleylancel/node-dbgp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Library that communicates with a Xdebug server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published