Specifications
712 CodeView Error Messages
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 712 of 28 Printed: 10/09/00 02:49 PM
CV2209 cannot restart; current process is not the process being debugged
The debugging session was halted, and a different process was started.
Return to the debugged program’s process by setting a breakpoint in it and issue a Go
command.
CV2210 invalid tab setting; using 8
The value for tabs cannot be less than 0 or greater than 19. If you supply a value that is
not in this range, the default tab value is 8.
CV2211 cannot terminate; current process is not the process being debugged
The debugging session was halted, and a different process was current.
Return to the debugged program’s process by setting a breakpoint in it and issue a Go
command.
CV2401 missing argument for option option
This error can be caused by splitting a response file line naming a program to be
debugged and its command-line options. The program name and its command-line
option must be on one line.
CV2402 unknown option option; ignored
The specified option was not a valid option.
Check that the option was typed correctly.
CV2403 response files cannot be nested
A response file cannot refer to another response file.
CV2404 cannot open response file: filename
The specified response file could not be opened.
Check that the name of the file is spelled correctly and that the response file is correct.
CV2405 command line option, option, invalid for target operating system
The specified command line option was illegal in this context.
CV2406 command-line is too big. arguments truncated
The command line argument in a response file was longer than the limit of 256 bytes.