home *** CD-ROM | disk | FTP | other *** search
- 0 no error condition
- 2 error accessing user memory
- 3 internal error in expression evaluator
- 4 syntax error
- 5 operator not supported
- 6 missing left parenthesis
- 7 missing right parenthesis
- 8 missing double quotation mark (") at end of string
- 9 missing single quotation mark (') after character constant
- 10 missing left bracket
- 11 missing right bracket
- 12 missing left curly brace
- 13 missing operator
- 14 missing operand
- 15 expression too complex (stack overflow)
- 16 constant too big
- 17 symbol "%Fs" not found
- 19 bad type cast
- 20 operand types bad for this operation
- 21 struct or union used as scalar
- 23 bad radix
- 24 operation needs l-value
- 25 left of '.' operator must be class
- 26 bad format string
- 28 not struct/union element
- 30 expression cannot be evaluated
- 31 expression cannot be evaluated
- 32 divide by 0
- 34 types incompatible with operator
- 36 bad context {...} specification
- 37 out of memory
- 38 function argument count and/or type mismatch
- 39 symbol is ambiguous
- 40 argument type not supported
- 41 class element must be static member or member function
- 45 not a function
- 46 argument list required for member function
- 47 argument list does not match a function
- 50 left side of :: must be class/struct/union type
- 51 more than one overloaded symbol specified in breakpoint
- 52 member function not present
- 53 nonfunction symbol match while binding breakpoints
- 56 error in line number
- 57 no code at line number
- 59 left operand is class not a function name
- 61 function nesting depth exceeded
- 62 constructor calls not supported
- 64 can't set breakpoint on bound virtual member function
- 65 class assignment not supported
- 66 l-value is not modifiable
- 67 Illegal Enum Value
- 68 type not supported
- 69 variable needs stack frame
- 70 static member not present
- 71 function evaluation not supported
- 72 type information missing or unknown
- 73 array access out of range
- 74 variable is not in scope
- 129 Error:
- 1000 Class not loaded.
- 1001 Invalid expression.
- 1002 Thread
- 1003 Unknown error.
- 1004 Function name invalid.
- 1005 Invalid line.
- 1006 Java
- 1007 Java Program
- 1008 No debug information for class.
- 1009 Method is abstract.
-