From kdevelop-bugs Wed May 30 16:12:35 2007 From: Rob L Date: Wed, 30 May 2007 16:12:35 +0000 To: kdevelop-bugs Subject: [Bug 146164] New: avoid gdb instructions if variable panel not Message-Id: <20070530181234.146164.robert.leathley () ricardo ! com> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306978012932 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=146164 Summary: avoid gdb instructions if variable panel not visible Product: kdevelop Version: 3.4.1 Platform: SuSE RPMs OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: robert.leathley ricardo com Version: 3.4.1 (using KDE KDE 3.5.1) Installed from: SuSE RPMs OS: Linux changing position in the frame stack is now very slow (>20 sec), with 100% cpu from gdb for this time. I assume kdevelop is interrogating gdb for variable values, but the gdb output panel doesn't show what is happening. Could it be changed so this only happens when the variables panel is visible?