[12 Aug 2006] Fullscreen Mode and DebugPrint
Posted: Sat Jun 13, 2020 5:31 pm
Note: This is an archived post that was originally sent to the Hollywood mailing list on Sat, 12 Aug 2006 02:28:56 -0600
Hi,
I'm having problems working in fullscreen mode in conjunction with the debugprint command. When I hit 'escape' after running the following code to check out the debug window the screen doesn't close to send me back to workbench. If I do a ctl-c to quit after trying 'escape' the screen does close to take me back to workbench but the debug output window is filled with strange characters. Am I using some incompatible options or something? Thanks for the help.
Nathan
Hi,
I'm having problems working in fullscreen mode in conjunction with the debugprint command. When I hit 'escape' after running the following code to check out the debug window the screen doesn't close to send me back to workbench. If I do a ctl-c to quit after trying 'escape' the screen does close to take me back to workbench but the debug output window is filled with strange characters. Am I using some incompatible options or something? Thanks for the help.
Nathan
Code: Select all
@display {Color=#BLACK, width=1024, height=768, mode="FULLSCREEN", Borderless=true, Fixed=true}
debugprint("test")
escapequit=true
repeat
waitevent
forever