2007 Sep 27 6:19 PM
I am debugging VF11, cancel invoice, when I initially set breakpoints at statements = 'loop at' I continued until I finally got to the specific loop where it was looping and looping. However, the second time, when I put a breakpoint at that line of code it is ignoring it so the transaction is just clocking and clocking. Why didn't it stop at the line of code I set the breakpoint at?
Thank-You.
2007 Sep 27 6:25 PM
Hi,
Instead of puting break-point at loop. do it in the subroutine (form)
/h> VF11> select from the top menu > breakpoint> break point at >subroutine> give your form name --> press enter
and press F8
a®
2007 Sep 27 6:21 PM
Did the breakpoint actually show up when you tried to set it? You can only set a breakpoint if your code is active. Display your code and check to make sure that the breakpoint is actually there.
- April King
2007 Sep 27 6:25 PM
Hi,
Instead of puting break-point at loop. do it in the subroutine (form)
/h> VF11> select from the top menu > breakpoint> break point at >subroutine> give your form name --> press enter
and press F8
a®
2007 Sep 27 6:40 PM
Some times it happens since debugging flag will be disable to buffer issue.
I used to relogin again and i will put break point and will run transaction.
otherway ,goto VF11 Transaction -> enter invoice number ,put /H and enter.
now use watch point to go directly loop ,use variable option so that we can create watch point properly.
Thanks
Seshu