Page 1 of 1

Debug output window position, size and top ?

Posted: Tue Oct 23, 2018 8:57 am
by Marc56us
Hi Team,

:idea: It might be interesting to add (optional) size and position parameters to the command for the Debug window display command.
Something like:

Code: Select all

ShowDebugOutput([x, y [, width, heigth [, OnTop]]])
This would also allow you to move this window by code during work by using CloseDebugOutput() and then reopening it elsewhere.
This would also allow it to be moved to the foreground or background by code.
Useful for those who work on small screens.

There may not be much code to write since this function already reads the position and size data that is already stored somewhere?

Same for ShowLibraryViewer(), ShowVariableViewer() ?

:?: :wink:

Re: Debug output window position, size and top ?

Posted: Tue Oct 23, 2018 11:51 am
by Dude
Good request! +1

Re: Debug output window position, size and top ?

Posted: Tue Oct 23, 2018 1:30 pm
by fabulouspaul
+1

maybe even with an additional possibility to choose the desktop?
i find it quite usefull to have the program running on one screen and the debugging done on a second.

Re: Debug output window position, size and top ?

Posted: Tue Oct 23, 2018 1:52 pm
by Bitblazer
+1 - the debug window currently is quite annoying imho ;)

Re: Debug output window position, size and top ?

Posted: Tue Oct 23, 2018 3:24 pm
by RSBasic
+1