Add a status entry showing loaded python extensions & debugger status

This commit is contained in:
baldurk
2026-08-13 17:46:40 +01:00
parent 3c6dfd23b4
commit 02ead51303
8 changed files with 92 additions and 0 deletions
@@ -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);