Show/Hide Bottom Pane in Debug Mode

This forum is meant for questions and discussions about the X# language and tools
Post Reply
User avatar
Irwin
Posts: 112
Joined: Wed Mar 23, 2022 10:24 am
Location: España

Show/Hide Bottom Pane in Debug Mode

Post by Irwin »

Hi Chris,

This is nonsense, but if you have the Bottom Pane hidden and then you start debugging your code then it shows up again and I have to press F4 to hide it again. I told you it was nonsense, I'm just a bit picky with those things ;)
User avatar
Chris
Posts: 5080
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Re: Show/Hide Bottom Pane in Debug Mode

Post by Chris »

Hi Irwin,

Not nonsense at all, I am also very picky with such things!

But this normally shouldn't happen, please Preferences/Advanced, do you have set some of the options to automatically focus one or more tool windows on an action? If you have say selected the Callstack window to be activated on Debug Begin and this window is docked on the bottom pane, then the bottom pane will automatically show in order to show this window.
Chris Pyrgas

XSharp Development Team
chris(at)xsharp.eu
FFF
Posts: 1616
Joined: Fri Sep 25, 2015 4:52 pm
Location: Germany

Re: Show/Hide Bottom Pane in Debug Mode

Post by FFF »

Chris,
reading this, i ventured to my settings and found, there are (a lot) more than i remember... Swapping to help, it seems the additions didn't make it there, too. Any chance to get more info here?
Regards
Karl
(on Win8.1/64, Xide32 2.20, X#2.20.0.3)
User avatar
Chris
Posts: 5080
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Re: Show/Hide Bottom Pane in Debug Mode

Post by Chris »

Hi Karl,

Well, writing all those down would take me several days :)

Which ones are you wondering about?
Chris Pyrgas

XSharp Development Team
chris(at)xsharp.eu
FFF
Posts: 1616
Joined: Fri Sep 25, 2015 4:52 pm
Location: Germany

Re: Show/Hide Bottom Pane in Debug Mode

Post by FFF »

Hi Chris,
should tell you, that docs should be written parallel to the corresponding code ;-) - so far the theory :D

Well, i looked for the "automatically hide Bottom pane, and now i wonder about the "Preferences/Advanced" tab: "Select tool windows to set focus on action" - i always thought, "focus" is on ONE, and only one form?
So, e.g. "Compile begin" - here i have "naught, Errors and Project" - and that means?
Regards
Karl
(on Win8.1/64, Xide32 2.20, X#2.20.0.3)
User avatar
Irwin
Posts: 112
Joined: Wed Mar 23, 2022 10:24 am
Location: España

Re: Show/Hide Bottom Pane in Debug Mode

Post by Irwin »

Chris wrote: Fri Jan 24, 2025 3:16 pm Hi Irwin,

Not nonsense at all, I am also very picky with such things!

But this normally shouldn't happen, please Preferences/Advanced, do you have set some of the options to automatically focus one or more tool windows on an action? If you have say selected the Callstack window to be activated on Debug Begin and this window is docked on the bottom pane, then the bottom pane will automatically show in order to show this window.
Chris, you're right, the "Watch" and "CallStack" tabs was activated by default. I've deactivated and I get the expected result.

thank you.
Post Reply