The DebugServer, as well as all the other tools based on the Debug Library, uses the optional environment variable CHSERVER_HOST. This environment variable indicates:
the host name where your DebugServer is running
optionally, the slot number for the DebugServer RPC service
The format of the environment string is host[:slot-id]. For example:
% setenv CHSERVER_HOST jeriko % setenv CHSERVER_HOST concerto:3 |