[prime] Insert a breakpoint in a program for debugging ?



Post: #5

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


Post: #6

Put debug () at the point you'd like to stop.


Post: #7

So simple ! Thank you

Post: #8

Hi Tim,

really so easy, I tried HALT(); As is indicated in the help...

Best regards!!

joseph


Forum Jump: