Hiding Debugger Window

Windows specific forum
Warmonger
Enthusiast
Enthusiast
Posts: 156
Joined: Wed Apr 20, 2011 4:24 pm

Hiding Debugger Window

Post 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.
Its Not A Bug, Its An Undocumented Feature!
Relax Its All Just Ones And Zeros
There Is No Place Like 127.0.0.1 Except ::1
I do things TO my computer, not WITH my computer... I am a nerd.
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: Hiding Debugger Window

Post 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?
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
Warmonger
Enthusiast
Enthusiast
Posts: 156
Joined: Wed Apr 20, 2011 4:24 pm

Re: Hiding Debugger Window

Post 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.
Its Not A Bug, Its An Undocumented Feature!
Relax Its All Just Ones And Zeros
There Is No Place Like 127.0.0.1 Except ::1
I do things TO my computer, not WITH my computer... I am a nerd.
Post Reply