• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • KDevelop Debugger Support Library
 

KDevelop Debugger Support Library

Public Member Functions | List of all members
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()

BPItem::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:
  • debugger.h

KDevelop Debugger Support Library

Skip menu "KDevelop Debugger Support Library"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members

KDevelop Debugger Support Library

Skip menu "KDevelop Debugger Support Library"
  • buildtools
  •   lib
  •     base
  •     parsers
  •       autotools
  •       qmake
  •     widgets
  •   api
  • languages
  •   lib
  •     debugger
  •     designer_integration
  •     interfaces
  • lib
  •   catalog
  •   interfaces
  •     extensions
  •     external
  •     extras
  •   util
  •   widgets
  •     propeditor
  • parts
  •   documentation
  •     interfaces
  • src
  •   profileengine
  •     lib
Generated for KDevelop Debugger Support Library by doxygen 1.8.13
This website is maintained by Timothy Pearson.