mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 14:15:42 +00:00
Add a status entry showing loaded python extensions & debugger status
This commit is contained in:
@@ -70,6 +70,9 @@ public:
|
||||
|
||||
static void PrepareDebugTracing();
|
||||
|
||||
static bool IsDebuggingEnabled() { return m_DebugPy != NULL; }
|
||||
static bool IsDebuggerConnected();
|
||||
|
||||
static void PrepareDebuggerWait();
|
||||
static bool WaitForDebugger();
|
||||
static void LaunchDebugger(QWidget *window, PersistantConfig &config, QString context_location);
|
||||
|
||||
Reference in New Issue
Block a user