DBG

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

DBG
Developer(s) Dmitri Dmitrienko
Initial release January 24, 2000 (2000-01-24)
Development status Active
Written in C
Available in English
Type Debugger
License PHP License
Website www.php-debugger.com

DBG is an open source debugger and profiler for the PHP programming language. It is the debugger used in NuSphere's PhpED (a commercial IDE for PHP).

DBG Debugger Features

  • Remote and local debugging
  • Explicit and implicit activation
  • Call stack, including function calls, dynamic and static method calls, with their parameters
  • Navigation through the call stack with ability to evaluate variables in corresponding (nested) places
  • Step in/Step out/Step over/Run to cursor functionality
  • Conditional breakpoints
  • Global breakpoints
  • Logging for errors and warnings
  • Multiple simultaneous sessions for parallel debugging
  • Support for GUI and CLI front-ends
  • IPv6 and IPv4 networks supported
  • All data transferred by debugger can be optionally protected with SSL

See also

External links


<templatestyles src="Asbox/styles.css"></templatestyles>