I am running a Practice script inside Trace32. I have noticed that if for example I have this set of commands
Go
Step.Over
Step.Over
doesn't necessarily wait for Go
to finish execution to start. How to tell Trace32 not to execute a command until the other one finished. I have tried inserting Wait 2.s
after each command. However, since I don't know how long the command will take that doesn't work in every run.