- Jun
- 21
- 0
TCC 12,10,59 Windows XP [Version 5,1,2600]
TCC Build 59 Windows XP Build 2600 Service Pack 3
Using swedish keyboard and Regional and Language Options: Swedish
When running z1.btm below in bdebugger / IDE I can't get enabled breakpoint to work after calling batch file z2.btm.
If I enable 2 breakpoints in Z1.btm, on line 3 and 5, only line 3 is causing
a stop.
Reproducible: Always.
Batch file z1.btm
----------------
echo off
echo This is first file
echo Calling second file
call z2.btm
echo Returning from second file
quit
Batch file z2.btm
----------------
echo off
echo This is second file
echo Returning to first file
quit
Best regard
Berndt Berg
<!-- / message -->
TCC Build 59 Windows XP Build 2600 Service Pack 3
Using swedish keyboard and Regional and Language Options: Swedish
When running z1.btm below in bdebugger / IDE I can't get enabled breakpoint to work after calling batch file z2.btm.
If I enable 2 breakpoints in Z1.btm, on line 3 and 5, only line 3 is causing
a stop.
Reproducible: Always.
Batch file z1.btm
----------------
echo off
echo This is first file
echo Calling second file
call z2.btm
echo Returning from second file
quit
Batch file z2.btm
----------------
echo off
echo This is second file
echo Returning to first file
quit
Best regard
Berndt Berg
<!-- / message -->