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 this may be harder for the simulation.
So, any ideas? Is there any sc_pause? I know that there is a sc_halt, but it looks like it works only with threads, which would not be suitable to be called from an AMS module.
Thanks a lot! ;-)