itom  3.0.0
ito::BreakPointItem Struct Reference

item of BreakPointModel More...

#include <breakPointModel.h>

Public Member Functions

 BreakPointItem ()
 

Public Attributes

QString filename
 
int lineno
 
bool enabled
 
bool temporary
 
bool conditioned
 
QString condition
 
int ignoreCount
 
int pythonDbgBpNumber
 

Detailed Description

item of BreakPointModel

this struct corresponds to one item in the BreakPointModel Only BreakPoints will be stored here, Bookmark and SyntaxError are only registered by QScintilla-instance

Constructor & Destructor Documentation

ito::BreakPointItem::BreakPointItem ( )
inline

constructor fills struct with default values

Member Data Documentation

QString ito::BreakPointItem::condition

if conditioned==true, the condition, which is evaluated by the debugger to check, whether to stop or not

bool ito::BreakPointItem::conditioned

indicates whether breakpoint is conditioned

bool ito::BreakPointItem::enabled

indicates whether breakpoint is actually enabled

QString ito::BreakPointItem::filename

filename of corresponding python file

int ito::BreakPointItem::ignoreCount

number of times the debugger should ignore this breakpoint before stopping. If 0, debugger always stops at this breakpoint

int ito::BreakPointItem::lineno

line number

int ito::BreakPointItem::pythonDbgBpNumber

corresponding breakpoint number in the python debugger

bool ito::BreakPointItem::temporary

indicates whether breakpoint is temporary. If yes, debugger only stops one time at this breakpoint


The documentation for this struct was generated from the following file: