Skip to Content
1
Former Member
Sep 22, 2008 at 08:33 AM

DEBUG - how can I put a "break-point" when a variable have a certain value

8426 Views

Hi

I need help...

Do you know some kind os instruction or tools to see and stop in debug a program when a variable have a specified value ?

For example:

At debug I want that a program "stop" when likp-vbeln = 70000123000.

Now for do this, I change the code and insert a IF( ), and i put a breakpoint. But i need a way without need change code.

Thanks