[xdebug-dev] xdebug xdebug/xdebug.c - Removed debug information.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Tue, 3 Jan 2006 22:15:31 +0100

Date: Tue Jan 3 22:15:31 CET 2006
User: Derick Rethans
Directory: xdebug

Log Message:
[0.10]
- Removed debug information.

Modified files:
           xdebug/xdebug.c (version: 1.289)

[FILE: /xdebug/xdebug.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -r1.288 -r1.289
--- xdebug/xdebug.c:1.288 Sun Jan 01 14:27:27 2006 GMT
+++ xdebug/xdebug.c Tue Jan 03 20:15:31 2006 GMT
@@ -2428,7 +2428,7 @@
                         for (le = XDEBUG_LLIST_HEAD(XG(context).line_breakpoints); le != NULL; le = XDEBUG_LLIST_NEXT(le)) {
                                 brk = XDEBUG_LLIST_VALP(le);
 
-#if WIN32|WINNT
+#if 0
                                 printf("b->d: %d; ln: %d; b->l: %d; b->f: %s; f: %s, f_l: %d; b->f_l: %d\n",
                                                 brk->disabled, lineno, brk->lineno, brk->file, file, file_len, brk->file_len);
 #endif
Received on Tue Jan 03 2006 - 22:15:35 GMT

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