luhsra / MinimaxSimulator

Platform independent GUI-based Minimax simulator
https://luhsra.github.io/MinimaxSimulator/
MIT License
7 stars 5 forks source link

Signaltable/Debug interference bug #27

Closed Exopandora closed 6 years ago

Exopandora commented 7 years ago

Changing the signaltable while having an active simulation will make the debug mode unusable unless you press the reset button. (Maybe cache the "old" simulation or terminate the "old" simulation when you update the signaltable?)

prohde commented 7 years ago

You are not supposed to change anything during a running simulation. But maybe I will implement a check and warning dialog.