- May
- 3,515
- 5
The V10 operation of the debugger causes multiple failures.
1/ Since the introduction of the BDEBUGGER command, this worked: bdebugger
%@search[jpget] when jpget was the name of a batch file on the path. It
fails in V10, because it prefixes %_CWDS to the value of %@search[jpget].
2/ The debugger cannot handle "include .\xxx.ini" in an .INI file - it
starts in a different directory than TCC.
3/ My alias is: copy is an alias : *copy/[!descript.ion]/efgrhv/net; I used
it in the form
copy/[ddate_and_time]/s ftp:
The /ne and /e options were ignored, received MANY "There are no more files"
messages, and for each empty source directory a message "The system cannot
find the file specified."
I managed to utilize the debugger by starting it in the directory containing
all .INI files, and using full path for the batch file to be debugged. This
would not have worked if the batch file had not already contained a CDD
command to do its work in its target directory.
--
Steve
1/ Since the introduction of the BDEBUGGER command, this worked: bdebugger
%@search[jpget] when jpget was the name of a batch file on the path. It
fails in V10, because it prefixes %_CWDS to the value of %@search[jpget].
2/ The debugger cannot handle "include .\xxx.ini" in an .INI file - it
starts in a different directory than TCC.
3/ My alias is: copy is an alias : *copy/[!descript.ion]/efgrhv/net; I used
it in the form
copy/[ddate_and_time]/s ftp:
The /ne and /e options were ignored, received MANY "There are no more files"
messages, and for each empty source directory a message "The system cannot
find the file specified."
I managed to utilize the debugger by starting it in the directory containing
all .INI files, and using full path for the batch file to be debugged. This
would not have worked if the batch file had not already contained a CDD
command to do its work in its target directory.
--
Steve