sioreox.blogg.se

Max script debugger
Max script debugger











If the path is omitted, the current directory is assumed. If filename contains spaces it must be enclosed in quotation marks. This script file is executed as soon as the debugger is started. Specifies the path and name of a script file.

max script debugger

If you are starting a debugging client, this command must be intended for the debugging server. (If you have a long command list, it may be easier to put them in a script and then use the -c option with the $< (Run Script File) command.) Multiple commands can be separated with semicolons. This command must be surrounded with quotation marks. Specifies the initial debugger command to run at start-up. This is especially useful when connecting to a debugging server that might not be currently broken into the target. If this option is specified, the debugger will break into the target as soon as the session begins.

max script debugger

For details, and other methods of setting this default, see Loading Debugger Extension DLLs.

#Max script debugger .dll#

dll file name extension must not be included. There must be no space after the "a", and the. The default is kdextx86.dll or kdexts.dll. When this parameter is used, it must be the first parameters on the command line. For an explanation of the possible ClientTransport values, see Activating a Debugging Client. When this parameter is used, it must be the first parameters on the command line.Ĭreates a debugging client, and connects to a debugging server that is already running. For an explanation of the possible ServerTransport, see Activating a Debugging Server. ParametersĬreates a debugging server that can be accessed by other debuggers. If the -remote or -server option is used, it must appear before any other options on the command line. Options which do not take any additional parameters can be concatenated - so kd -r -n -v can be written as kd -rnv.

max script debugger

The initial hyphen can be replaced with a forward-slash (/). Only the -remote and -server options are case-sensitive. ĭescriptions of the KD command-line options follow. The KD command line uses the following syntax. First-time users of KD should begin with the Debugging Using KD and NTKD section.











Max script debugger