10320:ff28050f5dec | 10321:4a017fdf316f |
---|---|
953 environment settings | 953 environment settings |
954 </dd> | 954 </dd> |
955 </dl> | 955 </dl> |
956 <a NAME="DebuggerInterfacePython.remoteLoad" ID="DebuggerInterfacePython.remoteLoad"></a> | 956 <a NAME="DebuggerInterfacePython.remoteLoad" ID="DebuggerInterfacePython.remoteLoad"></a> |
957 <h4>DebuggerInterfacePython.remoteLoad</h4> | 957 <h4>DebuggerInterfacePython.remoteLoad</h4> |
958 <b>remoteLoad</b>(<i>fn, argv, wd, traceInterpreter=False, autoContinue=True, enableMultiprocess=False, </i>) | 958 <b>remoteLoad</b>(<i>fn, argv, wd, traceInterpreter=False, autoContinue=True, enableMultiprocess=False, reportAllExceptions=False, </i>) |
959 | 959 |
960 <p> | 960 <p> |
961 Public method to load a new program to debug. | 961 Public method to load a new program to debug. |
962 </p> | 962 </p> |
963 <dl> | 963 <dl> |
986 </dd> | 986 </dd> |
987 <dt><i>enableMultiprocess</i> (bool)</dt> | 987 <dt><i>enableMultiprocess</i> (bool)</dt> |
988 <dd> | 988 <dd> |
989 flag indicating to perform multiprocess | 989 flag indicating to perform multiprocess |
990 debugging | 990 debugging |
991 </dd> | |
992 <dt><i>reportAllExceptions</i> (bool)</dt> | |
993 <dd> | |
994 flag indicating to report all exceptions | |
995 instead of unhandled exceptions only | |
991 </dd> | 996 </dd> |
992 </dl> | 997 </dl> |
993 <a NAME="DebuggerInterfacePython.remoteMoveIP" ID="DebuggerInterfacePython.remoteMoveIP"></a> | 998 <a NAME="DebuggerInterfacePython.remoteMoveIP" ID="DebuggerInterfacePython.remoteMoveIP"></a> |
994 <h4>DebuggerInterfacePython.remoteMoveIP</h4> | 999 <h4>DebuggerInterfacePython.remoteMoveIP</h4> |
995 <b>remoteMoveIP</b>(<i>debuggerId, line</i>) | 1000 <b>remoteMoveIP</b>(<i>debuggerId, line</i>) |