When i try to run debugger from command line from the directory where MyProg.exe resides like this
C:>SDBG MyProg
and
the MyProg.exe also exists in other directories in the PATH (specifically in the main compiler directory) then SDBG ignores my call from my directory and takes the MyProg.exe from the one in the path. Isn't common sense telling us that's this is wrong default behavior?