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

Signals | |
void | toggledBreakpoint (const QString &fileName, int lineNum) |
The user has toggled a breakpoint. | |
void | editedBreakpoint (const QString &fileName, int lineNum) |
void | toggledBreakpointEnabled (const QString &fileName, int lineNum) |
The user wants to enable/disable a breakpoint. | |
Public Member Functions | |
KDevDebugger (QObject *parent=0, const char *name=0) | |
~KDevDebugger () | |
virtual void | setBreakpoint (const QString &fileName, int lineNum, int id, bool enabled, bool pending)=0 |
Sets a breakpoint in the editor document belong to fileName. | |
virtual void | gotoExecutionPoint (const KURL &url, int lineNum=0)=0 |
Goes to a given location in a source file and marks the line. | |
virtual void | clearExecutionPoint ()=0 |
Clear the execution point. | |
Static Public Member Functions | |
const QPixmap * | inactiveBreakpointPixmap () |
const QPixmap * | activeBreakpointPixmap () |
const QPixmap * | reachedBreakpointPixmap () |
const QPixmap * | disabledBreakpointPixmap () |
const QPixmap * | executionPointPixmap () |
Constructor & Destructor Documentation
|
Definition at line 22 of file kdevdebugger.cpp. References KDevDebugger(). Referenced by KDevDebugger(). |
|
Definition at line 28 of file kdevdebugger.cpp. |
Member Function Documentation
|
Definition at line 62 of file kdevdebugger.cpp. Referenced by Debugger::partAdded(). |
|
Clear the execution point. Usefull if debugging has ended. Implemented in Debugger. Referenced by JAVADebugger::JavaDebuggerPart::slotStatus(), GDBDebugger::DebuggerPart::slotStatus(), JAVADebugger::JavaDebuggerPart::slotStop(), and GDBDebugger::DebuggerPart::slotStopDebugger(). |
|
Definition at line 123 of file kdevdebugger.cpp. Referenced by Debugger::partAdded(). |
|
|
|
Definition at line 154 of file kdevdebugger.cpp. Referenced by Debugger::partAdded(). |
|
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. Referenced by JAVADebugger::JavaDebuggerPart::slotShowStep(), and GDBDebugger::DebuggerPart::slotShowStep(). |
|
Definition at line 32 of file kdevdebugger.cpp. Referenced by Debugger::partAdded(). |
|
Definition at line 92 of file kdevdebugger.cpp. Referenced by Debugger::partAdded(). |
|
Sets a breakpoint in the editor document belong to fileName. If id==-1, the breakpoint is deleted. Implemented in Debugger. Referenced by JAVADebugger::JavaDebuggerPart::slotRefreshBPState(), and GDBDebugger::DebuggerPart::slotRefreshBPState(). |
|
The user has toggled a breakpoint.
|
|
The user wants to enable/disable a breakpoint.
|
The documentation for this class was generated from the following files:
- lib/interfaces/kdevdebugger.h
- lib/interfaces/kdevdebugger.cpp