Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Implement possibility to cancel run-command, when processor ran into loop #29

Open
croesch opened this issue Mar 12, 2012 · 0 comments
Open

Comments

@croesch
Copy link
Owner

croesch commented Mar 12, 2012

At least when you are running a program the user should have the opportunity to cancel running the program and step back into the debugger's menu again. Currently this is not possible and the user has to quit the debugger if the program ran into a loop.

So at least when running (maybe stepping) through the micro/macro code the user should have the opportunity to cancel the running command, the only way this might be possible, might be with another thread.

Another possibility would be to give a configuration entry that says how many ticks can be done at maximum. So that if the processor runs into a loop it executes just the maximum of ticks and the user has access again.

@ghost ghost assigned croesch Mar 12, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant