Article ID: 121543
Article Last Modified on 11/1/2006
/BAUDRATE=9600 /DEBUGPORT=COM#
[operating systems]
multi(0)...partition(1)\NT="WinNT/S Ver:3.5" /DEBUGPORT=COM1
/BAUDRATE=9600
Function USRobotics
-------------------------------------------------
Set back to Factory Defaults: AT&F
Disable Transmit Data Flow Control: AT&H0
Disable Receive Data Flow Control: AT&I0
Disable Data Compression: AT&K0
Disable Error Control: AT&M0
Auto Answer On: ATS0=1
Disable Reset Modem on loss of DTR: AT&D0
Write to NVRAM: AT&W
XCOPY <Source SP Symbols path> C:\WinNT\Debug\Symbols /s /e
XCOPY http://hotfix
REM Modem String to Disable Flow Control and Compression
ECHO "UsRobotics Modem string = AT&H0&I0&K0&M0"
REM Environment Variables:
REM Specify which com port to use. (Default = com1)
set _NT_DEBUG_PORT=com1
REM Specify symbol image path. (Default = x: * NO trailing
backslash *)
set _NT_SYMBOL_PATH=%2\Symbols
REM Specify second symbol image path to be searched after the above.
set _NT_ALT_SYMBOL_PATH=%3\Symbols
REM Specify the baud rate used by debugging serial port.
(Default = 19200)
set _NT_DEBUG_BAUD_RATE=9600
REM If specified, output will be APPENDed to this file.
set _NT_DEBUG_LOG_FILE_APPEND=DEBUG.LOG
REM If specified, output will be written to this file from offset 0.
REM set _NT_DEBUG_LOG_FILE_OPEN=U:\WinNT\DEBUG\DEBUG.LOG
REM set _NT_DEBUG_CACHE_SIZE=x
remote /s "%1kd -m %4 %5 %6 %7 %8 %9" debug
REM Usage: *kd [-?] [-v] [-m] [-r] [-n] [-b] [-x] [[-l
SymbolFile] [KrnlName]
REM where:
REM -v Verbose mode
REM -? Display this help
REM -n No Lazy symbol loading
REM -m Use modem controls
REM -b Break into kernel
REM -c Resync on Connect
REM Control Keys:
REM . <Ctrl-C> Break into kernel
REM <Ctrl-B><Enter> Quit debugger
REM . <Ctrl-R><Enter> Resynchronize target and host
REM . <Ctrl-V><Enter> Toggle Verbose mode
REM . <Ctrl-D><Enter> Display debugger debugging information
through the following command:
[u:\winnt\debug] remdbg <kd> <localSymbols> <baseBuildpath> <addOptions>
^ ^ ^ ^
Kernel Debugger to use ---+ | | |
Example: i386 | MIPS | Alpha | | |
| | |
localSymbols without Symbols name -+ | |
Example: c:\winnt\debug | |
| |
baseBuild (UNC) without Symbols name ------------+ |
Example: <Symbols server>\528\i386 |
|
Additional Debug Options ---------------------------------------+
Example: -b (Break In on Connect) -c (Resync on Connect)
************************************** *********** REMOTE ************ *********** SERVER ************ **************************************To Connect: Remote /C MARCM.PORT debug
Additional query words: 3.10 3.50 3.51
Keywords: kbinfo KB121543