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

Statement Debugging

Mehtab
Participant
1,542

Hi,

Please help me out in debugging complex IF condition.

as its not displaying in Auto Tab while pressing on Step Size.

1 ACCEPTED SOLUTION
Read only

Former Member
1,289

Auto tab will not show the boolean result of sub conditions withing a complex IF statement. What you can see there are the results of chained or functional method calls like returning parameter.

6 REPLIES 6
Read only

Jelena_Perfiljeva
Active Contributor
1,289

Uhm... Screenshots? Sorry but I'm not sure what assistance you're expecting with so little detail.

Read only

Former Member
1,290

Auto tab will not show the boolean result of sub conditions withing a complex IF statement. What you can see there are the results of chained or functional method calls like returning parameter.

Read only

matt
Active Contributor
0 Likes
1,289

What are you debugging? What tool are you using? Without this fairly basic information, we can only guess.

Read only

Sandra_Rossi
Active Contributor
1,289

If you use the "step size" button, as you say, the debugger stops at every sub condition in the IF, so it's easy to see which sub condition is true, which one is false (and as soon as one makes the whole condition false, then you're stepped out the IF).

Read only

0 Likes
1,289

Hi Sandra,

i am not able to see the result of IF condition in Auto Tab after pressing Step Size.

Read only

1,289

auto tab is only for the cases explained previously.