[xdebug-dev] xdebug xdebug/xdebug.c - Added debugging tool for Thomas.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Tue, 3 May 2005 16:34:28 +0200

Date: Tue May 3 16:34:28 CEST 2005
User: Derick Rethans
Directory: xdebug

Log Message:
[0.05]
- Added debugging tool for Thomas.

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

[FILE: /xdebug/xdebug.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -r1.259 -r1.260
--- xdebug/xdebug.c:1.259 Wed Apr 27 07:10:15 2005 GMT
+++ xdebug/xdebug.c Tue May 03 12:34:28 2005 GMT
@@ -2261,6 +2261,10 @@
                         for (le = XDEBUG_LLIST_HEAD(XG(context).line_breakpoints); le != NULL; le = XDEBUG_LLIST_NEXT(le)) {
                                 brk = XDEBUG_LLIST_VALP(le);
 
+#if WIN32|WINNT
+ 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
                                 if (!brk->disabled && lineno == brk->lineno && memcmp(brk->file, file + file_len - brk->file_len, brk->file_len) == 0) {
                                         break_ok = 1; /* Breaking is allowed by default */
 
Received on Tue May 03 2005 - 16:37:45 BST

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