[PB 5.31] Debugger Window stops on Input()

Just starting out? Need help? Post your questions and find answers here.
Netzvamp
New User
New User
Posts: 8
Joined: Sun Jun 24, 2012 6:25 pm

[PB 5.31] Debugger Window stops on Input()

Post 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 :)
Fred
Administrator
Administrator
Posts: 18254
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

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

Post by Fred »

The debugger is not multithreaded, so yes it does stop it :)
Post Reply