Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

bdebugger: why it doesnt go inside the "if" statement ?

Apr
3
0
Example:
set abc=123 <- Line highlight is here
if %DEBUG% equ 1 (
set LOG=c:\temp\programTest_DEBUG.log
call :mySub1
call :mySub2
) <-- jumps here next time I press F11 or F10 and stays


So, instead of going one by one, it wants to execute everything inside the if () however, I want the cursor to go inside so I can follow everything that is happening . What's up ? (or what's not up ? )
 

Similar threads

Back
Top