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: 

Statement Debugging

Mehtab
Participant

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

Former Member

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

Jelena
Active Contributor

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

Former Member

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.

matt
Active Contributor
0 Kudos

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

Sandra_Rossi
Active Contributor

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

0 Kudos

Hi Sandra,

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

auto tab is only for the cases explained previously.