When I run a bat file from a dos window the output shows the prompt for example:
c:\foo > echo on
When run in the debugger the prompt is omitted.
This is undesirable for me because I compare output from a debug session with a non debug run using beyond compare and it makes every line apear different.
The other issue is I use the cmd prompt while stepping through the debugger to know what the current directory is.
c:\foo > echo on
When run in the debugger the prompt is omitted.
This is undesirable for me because I compare output from a debug session with a non debug run using beyond compare and it makes every line apear different.
The other issue is I use the cmd prompt while stepping through the debugger to know what the current directory is.