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