mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-26 23:55:46 +00:00
Add option to launch/wait for debugger on python contexts
This commit is contained in:
@@ -1248,6 +1248,13 @@ QWidget.
|
||||
)");
|
||||
virtual void RunScript() = 0;
|
||||
|
||||
DOCUMENT(R"(Debugs the current script in the python shell.
|
||||
|
||||
This runs the script but waits for a debugger to connect first before beginning. The user
|
||||
will have the option to cancel, which aborts the run of the script.
|
||||
)");
|
||||
virtual void DebugScript() = 0;
|
||||
|
||||
protected:
|
||||
IPythonShell() = default;
|
||||
~IPythonShell() = default;
|
||||
|
||||
Reference in New Issue
Block a user