Page 1 of 1

[PB 5.31] Debugger Window stops on Input()

Posted: Fri Dec 12, 2014 4:56 pm
by Netzvamp
Hello,

problem is, that i can't view variables, maps, lists etc. in the debugwindow if a program with an console window stops on Input() and is waiting for some input. I have to press Enterkey and then the debugwindow does the next step (show variables) but stops again on an Input(). I know that Input() stops program execution until keypress, but that should not stop the debugger, right?

Thanks for purebasic, i still love it :)

Re: [PB 5.31] Debugger Window stops on Input()

Posted: Mon Aug 17, 2015 2:37 pm
by Fred
The debugger is not multithreaded, so yes it does stop it :)