KDevDebugger Class Referenceabstract
#include <kdevdebugger.h>
Inheritance diagram for KDevDebugger:

Signals | |
void | toggledBreakpoint (const TQString &fileName, int lineNum) |
void | editedBreakpoint (const TQString &fileName, int lineNum) |
void | toggledBreakpointEnabled (const TQString &fileName, int lineNum) |
Public Member Functions | |
KDevDebugger (TQObject *parent=0, const char *name=0) | |
virtual void | setBreakpoint (const TQString &fileName, int lineNum, int id, bool enabled, bool pending)=0 |
virtual void | gotoExecutionPoint (const KURL &url, int lineNum=0)=0 |
virtual void | clearExecutionPoint ()=0 |
Detailed Description
Base class to handle signals from the editor that relate to breakpoints and the execution point of the debugger.
Definition at line 34 of file kdevdebugger.h.
Member Function Documentation
◆ clearExecutionPoint()
|
pure virtual |
◆ gotoExecutionPoint()
|
pure virtual |
Goes to a given location in a source file and marks the line.
This is used by the debugger to mark the location where the the debugger has stopped.
Implemented in Debugger.
◆ setBreakpoint()
|
pure virtual |
Sets a breakpoint in the editor document belong to fileName.
If id==-1, the breakpoint is deleted.
Implemented in Debugger.
◆ toggledBreakpoint
|
signal |
The user has toggled a breakpoint.
◆ toggledBreakpointEnabled
|
signal |
The user wants to enable/disable a breakpoint.
The documentation for this class was generated from the following files: