mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-24 23:46:41 +00:00
Change python scripting 'debug' button to just attach, not run
This commit is contained in:
@@ -1263,7 +1263,10 @@ struct IPythonShellInvoker : UIThreadInvoker<IPythonShell>
|
||||
}
|
||||
rdcstr GetScriptText() { return InvokeRetFunction<rdcstr>(&IPythonShell::GetScriptText); }
|
||||
void RunScript() { return InvokeVoidFunction(&IPythonShell::RunScript); }
|
||||
void DebugScript() { return InvokeVoidFunction(&IPythonShell::DebugScript); }
|
||||
void AttachDebugger(const rdcstr &extensionName)
|
||||
{
|
||||
return InvokeVoidFunction(&IPythonShell::AttachDebugger, extensionName);
|
||||
}
|
||||
void SetExtensionOutputFilter(const rdcstr &extensionName)
|
||||
{
|
||||
return InvokeVoidFunction(&IPythonShell::SetExtensionOutputFilter, extensionName);
|
||||
|
||||
Reference in New Issue
Block a user