Qore Programming Language Reference Manual
1.7.0
|
Variables | |
const | Qore::BreakpointPolicyAccept = BKP_PO_ACCEPT |
Consider only threads enumerated in thread list. | |
const | Qore::BreakpointPolicyNone = BKP_PO_NONE |
Thread list is ignored. | |
const | Qore::BreakpointPolicyReject = BKP_PO_REJECT |
Consider all thread except those enumerated in thread list. | |
These are the possible values that can be passed back to breakpoint as policy related to thread list