140 </dd> |
140 </dd> |
141 <dt><i>lineno</i> (int)</dt> |
141 <dt><i>lineno</i> (int)</dt> |
142 <dd> |
142 <dd> |
143 line number of the breakpoint |
143 line number of the breakpoint |
144 </dd> |
144 </dd> |
145 <dt><i>temporary=</i> (bool)</dt> |
145 <dt><i>temporary</i> (bool)</dt> |
146 <dd> |
146 <dd> |
147 flag to indicate a temporary breakpoint |
147 flag to indicate a temporary breakpoint |
148 </dd> |
148 </dd> |
149 <dt><i>cond=</i> (str)</dt> |
149 <dt><i>cond</i> (str)</dt> |
150 <dd> |
150 <dd> |
151 Python expression which dynamically enables this bp |
151 Python expression which dynamically enables this bp |
152 </dd> |
152 </dd> |
153 </dl> |
153 </dl> |
154 <a NAME="Breakpoint.deleteMe" ID="Breakpoint.deleteMe"></a> |
154 <a NAME="Breakpoint.deleteMe" ID="Breakpoint.deleteMe"></a> |
359 </dd> |
359 </dd> |
360 <dt><i>flag</i> (str)</dt> |
360 <dt><i>flag</i> (str)</dt> |
361 <dd> |
361 <dd> |
362 indicates type of watch (created or changed) |
362 indicates type of watch (created or changed) |
363 </dd> |
363 </dd> |
364 <dt><i>temporary=</i> (bool)</dt> |
364 <dt><i>temporary</i> (bool)</dt> |
365 <dd> |
365 <dd> |
366 flag for temporary watches |
366 flag for temporary watches |
367 </dd> |
367 </dd> |
368 </dl> |
368 </dl> |
369 <a NAME="Watch.deleteMe" ID="Watch.deleteMe"></a> |
369 <a NAME="Watch.deleteMe" ID="Watch.deleteMe"></a> |