From kdevelop Wed Aug 31 14:51:21 2005 From: leonp () plris ! com Date: Wed, 31 Aug 2005 14:51:21 +0000 To: kdevelop Subject: Re: Auto-show of debugger windows (Was: Simple question) Message-Id: <200508311751.21253.leonp () plris ! com> X-MARC-Message: https://marc.info/?l=kdevelop&m=112550031900178 On Wednesday, 31 בAugust 2005 17:07, Vladimir Prus wrote: > > Please, help me with the very simple item: while I run the debugger, I > > should like to always see the "variables" and "gdb" windows/frames. But > > when I close the debugger, I do not need them more. > > > > Is there any way to open/close them automatically entering/exiting the > > debugger? > > The variables windows is automatically shown/hidden in 3.5 branch. I'm not > sure about "gdb" window -- I'd prefer to show framestack instead. This strongly depends on the work you do. For embedded development there are many interactions with gdb which can not be done via GUI. Also, as there is no quick way to see the variable value (for example, as I suggested - as a call out when cursor is hoovering over the variable), I often use "print" command (because I do not want so many variables to be displayed all the time in variables window - this takes significant time via the f.e. serial line). -- Leon - to unsubscribe from this list send an email to kdevelop-request@kdevelop.org with the following body: unsubscribe »your-email-address«