‎2007 Oct 26 8:29 AM
Hi all,
Even I have set a breakpoint at a statement, it does not fall into this line.
What could be the problem?
Thanks.
‎2007 Oct 26 8:33 AM
Hi Deniz..
Put the Cursor in the Line. And Set the Break point.
Don't select the Line While setting break point. Then it will set it for the Next statement.
Reward if Helpful.
‎2007 Oct 26 8:33 AM
hi deniz
pls check the before statement of break point .
bcz before statement working fine its coming next statement other wise its not come.
pls check before statement .
first u check the /h and break point u analyze easily
regard
kk.
‎2007 Oct 26 8:35 AM
hi Deniz,
there could various reasons behind...
- your breakpoint is in some conditions (IF, CASE, ...) and the conditions are not fulfilled
- your breakpoint in a system program and that is not debuggable by default (turn on system debugging)
hope this helps
ec
‎2007 Oct 26 9:02 AM
May be you set the break point in any IF or CASE conditions inside, which doesn't get the value true...
Or else...if you are using BSP application...instead of using normal breakpoint use External breakpoint (which is valid for 2 hours)...
Or your process may be running in the Background job....
Or Activate your program first and then put the breakpoint....