Page 1 of 1

Clicking the run button again kills the program first

Posted: Sat Aug 22, 2009 3:12 pm
by Trond
When a program is stuck on an ERROR (non-recoverable) and can only be killed, make the "compile and run" button kill the stuck program first instead of asking to start the external debugger.

Posted: Sun Aug 23, 2009 2:51 pm
by Joakim Christiansen
Agreed!

Posted: Sun Aug 23, 2009 3:56 pm
by Kaeru Gaman
and how should the IDE know if the prog is stuck?
how to decide if you want to restart or debug two instances?

Posted: Sun Aug 23, 2009 4:17 pm
by blueznl
Perhaps a third button?

Posted: Sun Aug 23, 2009 4:36 pm
by Trond
Kaeru Gaman wrote:and how should the IDE know if the prog is stuck?
What do you mean? If the program is stopped on an ERROR it can never be continued. So it is "stuck".
how to decide if you want to restart or debug two instances?
Select the external debugger first?