Difference between revisions of "TDebuggerIntf"

From Free Pascal wiki
Jump to navigationJump to search
(the initial description)
m
Line 2: Line 2:
 
The package must have DebuggerIntf package as it's requirements.
 
The package must have DebuggerIntf package as it's requirements.
 
Any debugger plug-in must implement the class and register via '''RegisterDebugger''' (called at '''Register''' of registering unit).
 
Any debugger plug-in must implement the class and register via '''RegisterDebugger''' (called at '''Register''' of registering unit).
 +
 +
===RequestCommand===
  
  
 
[[Category:Debugging]]
 
[[Category:Debugging]]

Revision as of 19:58, 23 October 2017

TDebuggerIntf is the base class of implementing a debugger as Lazarus-IDE plugin package. The package must have DebuggerIntf package as it's requirements. Any debugger plug-in must implement the class and register via RegisterDebugger (called at Register of registering unit).

RequestCommand