Datasheet
Differences
2-46 Copyright © 1999-2001 ARM Limited. All rights reserved. ARM DUI 0064D
The variable is used only to specify alternative search paths to the debuggers. You must
use the following conventions when specifying search paths:
• Enclose the full pathname in double quotes.
• In ADW and armsd under Windows DOS, escape the backslash directory
separator with another backslash character. For example:
"c:\\mysource\\src1"
• Separate multiple pathnames with a semicolon, not with a space character. For
example:
"c:\\mysource\\src1;c:\\mysource\\src2"
You can also specify long pathnames containing space characters. For example:
"c:\\my source\\src1;c:\\my source\\src2"