Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Breakpoint Ignored?

Former Member
0 Kudos

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.

1 ACCEPTED SOLUTION

former_member194669
Active Contributor
0 Kudos

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

3 REPLIES 3

Former Member
0 Kudos

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

former_member194669
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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