11-09-2013, 06:54 AM
Hello
I want to stop a program at a specific place in order to debug it step by step from a specific point ?
with the Debug function, it is too long to execute the program step by step until it reaches the location I want to inspect.
Is there a way to stop and debug a orogram from a specific location in the program ? I have tried the halt function but with no success