BPItem Class Reference
#include <debugger.h>
Public Member Functions | |
BPItem () | |
BPItem (const TQString &fileName, const uint lineNum) | |
uint | lineNum () const |
TQString | fileName () const |
bool | operator== (const BPItem &rhs) const |
Detailed Description
Describes a single breakpoint in the system.
This is used so that we can track the breakpoints and move them appropriately as the user adds or removes lines of code before breakpoints.
Definition at line 23 of file debugger.h.
Constructor & Destructor Documentation
◆ BPItem()
|
inline |
default ctor - required from TQValueList
Definition at line 29 of file debugger.h.
The documentation for this class was generated from the following file: