Jump to content

DBGp: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
RyanNerd (talk | contribs)
m Fixed cite problems.
RyanNerd (talk | contribs)
m Added some additional info and refs
Line 1: Line 1:
Common DeBugGer Protocol as used by [[Xdebug]] and other implementations.<ref>{{cite web|last1=Rethans|first1=Derick|title=Main contributor to DBGp|url=https://github.com/derickr/dbgp|website=github}}</ref>
Common DeBugGer Protocol as used by [[Xdebug]] and other implementations.<ref>{{cite web|last1=Rethans|first1=Derick|title=Main contributor to DBGp|url=https://github.com/derickr/dbgp|website=github}}</ref> DBGp is a simple [[protocol]] for use with language tools and engines for the purpose of debugging applications.<ref>{{cite web|title=Xdebug: Documentation for DBGp|url=http://xdebug.org/docs-dbgp.php#description|website=Xdebug}}</ref>
The protocol provides a means of communication between a [[debugger]] engine (scripting engine, [[Virtual Machine]], etc.) and a debugger [[IDE]].

Revision as of 19:18, 26 August 2015

Common DeBugGer Protocol as used by Xdebug and other implementations.[1] DBGp is a simple protocol for use with language tools and engines for the purpose of debugging applications.[2] The protocol provides a means of communication between a debugger engine (scripting engine, Virtual Machine, etc.) and a debugger IDE.

  1. ^ Rethans, Derick. "Main contributor to DBGp". github.
  2. ^ "Xdebug: Documentation for DBGp". Xdebug.