Hi everybody,
I have a simple question (not so sure if the answer is simple too). Is it possible to "pause"/"halt" the simulation temporarily?
It would be useful for me in two scenarios:
Whenever the simulation reaches a specified point in the code. Just like a breakpoint, but not having the need to use a debugger. So whenever the user presses a key, the simulation goes on.
Whenever the simulation reaches a point, where a user needs to send an input. It is similar to the previous one, but the here the user would need to enter an input (int, double, string, etc.). I understand that thi