WinXP SP3, v12.0.23
- On both PCs where I installed v12.0.23, the debugger failed to display its window the first time I launched it. It has worked fine ever since.
- Breakpoints below a START command are lost after the START command is done. A "run to breakpoint" request will not respond to a breakpoint on the ECHO line below it
--
Peter
- On both PCs where I installed v12.0.23, the debugger failed to display its window the first time I launched it. It has worked fine ever since.
- Breakpoints below a START command are lost after the START command is done. A "run to breakpoint" request will not respond to a breakpoint on the ECHO line below it
Code:
START /w /pgm "C:\foo\bar.exe" arguments
ECHO The debugger should stop here
Peter