Page 1 of 1

Hiding Debugger Window

Posted: Wed Jul 18, 2012 9:00 am
by Warmonger
I'm trying to hide the debugger window that pops up when you compile your code with the IDE debugger. It normally doesn't pop up at all on Windows XP. But on Windows 8 it does, is there an option that hides it? Keep in mind I don't want it to pop up at all. I just want the debugger to do its job in the IDE and that's it.

Edit: The window only seems to pop up when the source is compiled to require administrator privileges.

Re: Hiding Debugger Window

Posted: Wed Jul 18, 2012 1:18 pm
by IdeasVacuum
I couldn't live without the debug window :mrgreen:

Not sure that it can be suppressed.......

File/Preferences/Debugger/Default Windows

Is Debug Output un-ticked?

Re: Hiding Debugger Window

Posted: Thu Jul 19, 2012 5:27 am
by Warmonger
IdeasVacuum wrote:I couldn't live without the debug window :mrgreen:

Not sure that it can be suppressed.......

File/Preferences/Debugger/Default Windows

Is Debug Output un-ticked?
After toying with it for a couple seconds I figured out its a bug in PureBasic. On Windows Vista/7/8 machines PureBasic forces the Standalone GUI debugger even when you have it set to Integrated IDE Debugger. I will file a bug report.