![]() |
itom
|
item of BreakPointModel More...
#include <breakPointModel.h>
Public Member Functions | |
| BreakPointItem () | |
Public Attributes | |
| QString | filename |
| int | lineIdx |
| bool | enabled |
| bool | temporary |
| bool | conditioned |
| QString | condition |
| int | ignoreCount |
| int | pythonDbgBpNumber |
item of BreakPointModel
this struct corresponds to one item in the BreakPointModel
|
inline |
constructor fills struct with default values
| 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::lineIdx |
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