633 <p> |
633 <p> |
634 Public method to get the stack. |
634 Public method to get the stack. |
635 </p> |
635 </p> |
636 <dl> |
636 <dl> |
637 |
637 |
638 <dt><i>frame=</i> (frame object or list)</dt> |
638 <dt><i>frame</i> (frame object or list)</dt> |
639 <dd> |
639 <dd> |
640 frame object to inspect |
640 frame object to inspect |
641 </dd> |
641 </dd> |
642 <dt><i>applyTrace=</i> (bool)</dt> |
642 <dt><i>applyTrace</i> (bool)</dt> |
643 <dd> |
643 <dd> |
644 flag to assign trace function to fr.f_trace |
644 flag to assign trace function to fr.f_trace |
645 </dd> |
645 </dd> |
646 </dl> |
646 </dl> |
647 <dl> |
647 <dl> |
858 Because of jump optimizations it's not possible to use sys.breakpoint() |
858 Because of jump optimizations it's not possible to use sys.breakpoint() |
859 as last instruction in a function or method. |
859 as last instruction in a function or method. |
860 </p> |
860 </p> |
861 <dl> |
861 <dl> |
862 |
862 |
863 <dt><i>frame=</i> (frame object)</dt> |
863 <dt><i>frame</i> (frame object)</dt> |
864 <dd> |
864 <dd> |
865 frame to start debugging from |
865 frame to start debugging from |
866 </dd> |
866 </dd> |
867 </dl> |
867 </dl> |
868 <a NAME="DebugBase.set_until" ID="DebugBase.set_until"></a> |
868 <a NAME="DebugBase.set_until" ID="DebugBase.set_until"></a> |
944 Public method to store the locals into the frame, so an access to |
944 Public method to store the locals into the frame, so an access to |
945 frame.f_locals returns the last data. |
945 frame.f_locals returns the last data. |
946 </p> |
946 </p> |
947 <dl> |
947 <dl> |
948 |
948 |
949 <dt><i>frmnr=</i></dt> |
949 <dt><i>frmnr</i></dt> |
950 <dd> |
950 <dd> |
951 distance of frame to store locals dictionary to. 0 is |
951 distance of frame to store locals dictionary to. 0 is |
952 the current frame (int) |
952 the current frame (int) |
953 </dd> |
953 </dd> |
954 </dl> |
954 </dl> |
1023 |
1023 |
1024 <dt><i>excinfo</i> (tuple(Exception, excval object, traceback frame object))</dt> |
1024 <dt><i>excinfo</i> (tuple(Exception, excval object, traceback frame object))</dt> |
1025 <dd> |
1025 <dd> |
1026 details about the exception |
1026 details about the exception |
1027 </dd> |
1027 </dd> |
1028 <dt><i>unhandled=</i> (bool)</dt> |
1028 <dt><i>unhandled</i> (bool)</dt> |
1029 <dd> |
1029 <dd> |
1030 flag indicating an uncaught exception |
1030 flag indicating an uncaught exception |
1031 </dd> |
1031 </dd> |
1032 </dl> |
1032 </dl> |
1033 <a NAME="DebugBase.user_line" ID="DebugBase.user_line"></a> |
1033 <a NAME="DebugBase.user_line" ID="DebugBase.user_line"></a> |