xdebug
Disable HTML stack traces by Xdebug
The administrator has installed Xdebug 2.1.1 in our shared PHP 5.3.0 server in order to use its debugger. Now, I can hardly read the stack traces of uncatched exceptions because they are formatted by[详细]
2023-03-25 19:58 分类:问答Why does PHPUnit hide my xdebug backtrace?
I have PHPUnit and xdebug installed, and in my php.ini files for CLI I\'ve got: display_errors = On xdebug.default_enable = 1[详细]
2023-03-24 21:44 分类:问答netbeans not stepping through the function being called
In my php, I call a function if a certain value is true, if( 1 == 1 ) { my_function( vari开发者_如何转开发able );[详细]
2023-03-24 16:09 分类:问答XDebug with Aptana Studio 3
I would like to know how i can get XDebug work with Aptana Studio 3 (I already have Aptana Studio 3 on this machine with XAMPP).[详细]
2023-03-23 08:55 分类:问答OSX xdebug and relation to PEAR
I have the Acquia Drupal stack 7.4.4 - which is using PHP 5.2.17 installed on an OSX 10.6.8 Drupal\'s PHP Stack:[详细]
2023-03-23 02:27 分类:问答Using NetBeans to debug PHP?
UPDATE 1: I have made a change in: /etc/php5/apache2/conf.d/xdebug.ini looks like this: zend_extension=/usr/lib/php5/20090626+lfs/xdebug.so[详细]
2023-03-22 21:41 分类:问答Breakpoints Skipped in Xdebug with Eclipse for New Project
XDebug was working great for my previous project, but when I created a new project, it breaks at the first line but skips all break points ther开发者_高级运维eafter. When I first set up Xdebug, I had[详细]
2023-03-18 15:38 分类:问答How to get xdebug working on a manual compiled php 5.2 binary in debian squeeze
I am exploring a new server setup using Debian squeeze(6). From a former FreeBSD perspective I have to say I like the OS very much. The problem however is that the default PHP version is 5.3. Fixing t[详细]
2023-03-18 15:22 分类:问答Xdebug in Eclipse getting confused between files of the same name
I have an Eclipse project (PHP) that has two different files named \"ajax.inc\". When I set a breakpoint in one file (x/ajax.inc), the Eclipse debug mode opens the other file (y/ajax.inc).[详细]
2023-03-17 07:32 分类:问答PHP Echo Statements don't show in Browser Output in Eclipse w/ XDebug?
I am testing XDebug on Xampp using win7-64 with Eclipse PDT.I am debugging a simple script that echoes statements.I can step over these statements, but the internal web browser window doesn\'t show th[详细]
2023-03-16 20:45 分类:问答