kdevdebugger.h
void toggledBreakpoint(const TQString &fileName, int lineNum)
The user has toggled a breakpoint.
virtual void setBreakpoint(const TQString &fileName, int lineNum, int id, bool enabled, bool pending)=0
Sets a breakpoint in the editor document belong to fileName.
Base class to handle signals from the editor that relate to breakpoints and the execution point of th...
Definition: kdevdebugger.h:34
virtual void gotoExecutionPoint(const KURL &url, int lineNum=0)=0
Goes to a given location in a source file and marks the line.
void toggledBreakpointEnabled(const TQString &fileName, int lineNum)
The user wants to enable/disable a breakpoint.