Page 1 of 1
Keep debugger Toolbar icons enabled
Posted: Thu Jul 28, 2011 8:53 pm
by Tenaja
I wish the debugger toolbar icons/buttons were always enabled. (Well, ok, I don't care about pause, continue and step.)
Having the Stop enabled full time would allow one-click to close debugger windows.
With the Variable Viewer and Watchlist buttons always enabled, it would allow one click to turn on/off those windows, rather than doing it every time you debug, or within the (many clicks to access) preferences.
This can't be a difficult or time consuming edit...in fact, it should be just deleting unnecessary code...?
Thanks.
[edit... Oops, I guess those Watch buttons would have to be turned into toggles, too... oh, well. It will still be very handy.]
Re: Keep debugger Toolbar icons enabled
Posted: Fri Jul 29, 2011 12:44 am
by MachineCode
Tenaja wrote:Having the Stop enabled full time would allow one-click to close debugger windows.
Can you post some example code where the Stop button is DISABLED when the code is running? Because I've never seen this.
Re: Keep debugger Toolbar icons enabled
Posted: Tue Aug 02, 2011 8:17 pm
by Tenaja
What I want is the Stop button Enabled, when the code is NOT running...as I said,
Having the Stop enabled full time would allow one-click to close debugger windows.
...because after a program is DONE running, there may still be many debug windows open.
Re: Keep debugger Toolbar icons enabled
Posted: Tue Aug 02, 2011 8:57 pm
by moogle
Tenaja wrote:...because after a program is DONE running, there may still be many debug windows open.
Perhaps then an option to close the debugger window when the application is killed would be better.
I don't see the point in having the button enabled when no programs are running.
Re: Keep debugger Toolbar icons enabled
Posted: Wed Aug 03, 2011 12:06 am
by MachineCode
moogle wrote:Perhaps then an option to close the debugger window when the application is killed would be better.
The IDE already does that.
Re: Keep debugger Toolbar icons enabled
Posted: Wed Aug 03, 2011 12:10 am
by moogle
MachineCode wrote:moogle wrote:Perhaps then an option to close the debugger window when the application is killed would be better.
The IDE already does that.
True, I haven't used PB in a while
Well then this request doesn't look like it'll be supported by the majority then. I can't see the problem or use of it.
Re: Keep debugger Toolbar icons enabled
Posted: Wed Aug 03, 2011 12:13 am
by Tenaja
moogle wrote:...I don't see the point in having the button enabled when no programs are running.
The point is so you can close "all" of the debugger windows with one click! Currently, you can't do that after the code is finished, unless you manually set up a shortcut. (Which I did... I just don't think it should be necessary for newbies to have to figure this out! It is not well documented, and having the button active all the time will not have adverse effects.)
Re: Keep debugger Toolbar icons enabled
Posted: Wed Aug 03, 2011 12:23 am
by moogle
Tenaja wrote:moogle wrote:...I don't see the point in having the button enabled when no programs are running.
The point is so you can close "all" of the debugger windows with one click! Currently, you can't do that after the code is finished, unless you manually set up a shortcut. (Which I did... I just don't think it should be necessary for newbies to have to figure this out! It is not well documented, and having the button active all the time will not have adverse effects.)
Ahh well I don't have many debugger windows opened. Perhaps a close all debugger windows button instead would be better?
Re: Keep debugger Toolbar icons enabled
Posted: Wed Aug 03, 2011 1:18 am
by Tenaja
Yes, that would work, but would likely require extra work... I was just suggesting a "quick & easy" addition to PB IDE that would be helpful.
I don't use the debuggers all the time, either...but when I do, I often have the CallStack, the Variable Viewer, the Watch Window, and also the Debug window open. (Recursive programming makes the CallStack appreciative.) It gets tedious closing all those windows so there's room to see the IDE.