how do you disable the debugger?
billchelonis
03 May 2004, 20:50In QDK pro, you can compile a .cas file to hide your code, however it looks like the debugger still shows variables even when a .cas file is running. So if the programmer is not careful with variables the player might be able to debug the game and get hints that way. Just wondering if there is a fix for this maybe in the works for a future version or if there's a command or something to toggle debugging off.
Anonymous
03 May 2004, 22:23Yeah, just go to the global tab in game properties and there is a little box at the bottom that says, “disable debug windowsâ€. Just check that and the debug menu will not appear. If your coding by hand just put the command “nodebug†in the game define block.
Anonymous
03 May 2004, 23:17Ah! Excellent! Thanks! Glad it's an easy thing. I must have overlooked that checkbox somehow. I use those Game tab menus quite a bit to get to the custom commands - funny I never noticed the checkbox before. Thanks!