[Scope of application]
adviceXross, adviceLUNA II, adviceLUNA
[Question]
Can I specify the external file by relative path when downloading?
[Answer]
If you want to specify the file to be downloaded or command file by relative path (Not by absolute path), change the current path used by debugger by using “chdir” command.
Write the command in the command window, or describe the command in command file.
Current path in default is the install directory of debugger.
[Example of command]
chdir ”C:\DTSinsight” → Change the current directory to “C:\DTSinsight”.
chdir → Refer to the current directory.