- Jan
- 179
- 2
I was trying to find where I had started this conversation about If's but I couldn't seem to so I'll start fresh.
These are the same IF's that I said somewhere else I couldn't get past and I didn't want to comment them out because then it get's confusing what's what. I need to get through this logic. If that's not doable in CMDebug then I'll have to go back to echo which wouldn't be ideal either.
Here's the code:
It's treating all these seperate IF structures as if they are one big IF. Execution of course goes to the last paren where I have the breakpoints. Then goes to line 29, then to 35, and on and on. Initially there were no echo's in between the IF structures. I first added a label in between them in an attempt to get CMDebug to treat the IF structures properly but no such luck. Then I took the labels (nop's) and put and echo in front so it actually had a command but it made no difference.
I downloaded the latest version of CMDebug from the site which still has the same 36.01.55 then I realized I had a later version 36.50.59 and then 36.1.55 and none of them produced the same results I was getting last night. Today not a single breakpoint on the first or last line does anything in any of these versions.
This is a big problem. One I also attempt to change from brackets to "" and other variations with no luck either.
I added a breakpoint to the echo after the first if. Still blowing through. I added a breakpoint to the last line of the IF stack, line 57, and still nothing. Went back an added a typed breakpoint before or after all the existing breakpoints. NONE ARE MID IF unless you consider the multiple IF being sucked in a structure. Absolutely not a single breakpoint is functioning.
These are the same IF's that I said somewhere else I couldn't get past and I didn't want to comment them out because then it get's confusing what's what. I need to get through this logic. If that's not doable in CMDebug then I'll have to go back to echo which wouldn't be ideal either.
Here's the code:
It's treating all these seperate IF structures as if they are one big IF. Execution of course goes to the last paren where I have the breakpoints. Then goes to line 29, then to 35, and on and on. Initially there were no echo's in between the IF structures. I first added a label in between them in an attempt to get CMDebug to treat the IF structures properly but no such luck. Then I took the labels (nop's) and put and echo in front so it actually had a command but it made no difference.
I downloaded the latest version of CMDebug from the site which still has the same 36.01.55 then I realized I had a later version 36.50.59 and then 36.1.55 and none of them produced the same results I was getting last night. Today not a single breakpoint on the first or last line does anything in any of these versions.
This is a big problem. One I also attempt to change from brackets to "" and other variations with no luck either.
I added a breakpoint to the echo after the first if. Still blowing through. I added a breakpoint to the last line of the IF stack, line 57, and still nothing. Went back an added a typed breakpoint before or after all the existing breakpoints. NONE ARE MID IF unless you consider the multiple IF being sucked in a structure. Absolutely not a single breakpoint is functioning.