Application Development and Automation 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: 
Read only

Why I can not debug the program

Former Member
0 Likes
521

Hi all,

Even I have set a breakpoint at a statement, it does not fall into this line.

What could be the problem?

Thanks.

4 REPLIES 4
Read only

varma_narayana
Active Contributor
0 Likes
489

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.

Read only

Former Member
0 Likes
489

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.

Read only

JozsefSzikszai
Active Contributor
0 Likes
489

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

Read only

Former Member
0 Likes
489

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....