itom 2.0.0
ito::BreakPointItem Struct Reference

item of BreakPointModel More...

#include <breakPointModel.h>

List of all members.

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

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

indicates whether breakpoint is conditioned

indicates whether breakpoint is actually enabled

filename of corresponding python file

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

line number

corresponding breakpoint number in the python debugger

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:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends