[xdebug-dev] xdebug xdebug/xdebug_private.h - Fixed problem with error codes.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Mon, 15 Nov 2004 13:45:13 +0100

Date: Mon Nov 15 13:45:13 CET 2004
User: Derick Rethans
Directory: xdebug

Log Message:
[0.25]
- Fixed problem with error codes.

Modified files:
           xdebug/xdebug_private.h (version: 1.15)

[FILE: /xdebug/xdebug_private.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xdebug/xdebug_private.h:1.14 Sun Oct 03 11:10:56 2004 GMT
+++ xdebug/xdebug_private.h Mon Nov 15 11:45:13 2004 GMT
@@ -96,9 +96,10 @@
 #define XDEBUG_ERROR_BREAKPOINT_TYPE_NOT_SUPPORTED 201
 #define XDEBUG_ERROR_BREAKPOINT_INVALID 202
 #define XDEBUG_ERROR_BREAKPOINT_NO_CODE 203
-#define XDEBUG_ERROR_NO_SUCH_BREAKPOINT 204
-#define XDEBUG_ERROR_EVALUATING_CODE 205
-#define XDEBUG_ERROR_INVALID_EXPRESSION 206 /* unused */
+#define XDEBUG_ERROR_BREAKPOINT_INVALID_STATE 204
+#define XDEBUG_ERROR_NO_SUCH_BREAKPOINT 205
+#define XDEBUG_ERROR_EVALUATING_CODE 206
+#define XDEBUG_ERROR_INVALID_EXPRESSION 207 /* unused */
 
 #define XDEBUG_ERROR_PROPERTY_NON_EXISTANT 300
 #define XDEBUG_ERROR_STACK_DEPTH_INVALID 301
Received on Mon Nov 15 2004 - 13:45:18 GMT

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST