#include <vm.h>
Public Member Functions | |
MAXON_METHOD String | GetName () const |
MAXON_METHOD Url | GetPath () const |
MAXON_METHOD String | GetStartupScript () const |
MAXON_METHOD String | GetShutdownScript () const |
Private Member Functions | |
MAXON_INTERFACE (VmDebuggerConnectionInterface, MAXON_REFERENCE_NORMAL, "net.maxon.python.interface.vmdebuggerconnection") | |
|
private |
MAXON_METHOD String GetName | ( | ) | const |
Returns the name of the debugger connection.
MAXON_METHOD Url GetPath | ( | ) | const |
Returns the path of the debugger.
MAXON_METHOD String GetStartupScript | ( | ) | const |
The debugger shutdown code which gets executed in the target language, before the original script gets executed. If the code fails executing, the error is printed to sys.stderr and the actual script will be executed regardless. E.g. For Python:
MAXON_METHOD String GetShutdownScript | ( | ) | const |
The debugger shutdown code which gets executed in the target language, which gets executed after the actual script got executed. If the code fails executing, the error is printed to sys.stderr. E.g. For Python: