Skip to main content

Is it possible to execute a PRACTICE script when a breakpoint is hit? - Knowledgebase / PRACTICE - Lauterbach Support

Is it possible to execute a PRACTICE script when a breakpoint is hit?

You can set the breakpoint with the command

Break.Set /Program /CMD "DO myScript.cmm"

To continue the execution of the target program, add the command Go to the end of the called PRACTICE script.

The Break.Set command also accepts the option /RESUME which will resume the program execution after the command DO myScript.cmm is executed. This is however not suitable in this case, since it won't wait until the called PRACTICE script has finished.


Helpful Unhelpful

Add a comment

ID-0
To prove you are a human, please tell us the text you see in the CAPTCHA image