Re: Debugger

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Oct 24, 2012 at 7:20 PM, Christopher Jones
<christopher.jones@xxxxxxxxxx> wrote:
>
>
> On 10/24/2012 05:02 PM, Ethan Rosenberg, PhD wrote:
>>
>> Dear list -
>>
>> A. Is anyone aware of a debugger that:
>>
>> 1] will step thru the code,
>> 2] will stop at a point that input is requested [eg, form] and allow
>> input?
>>
>> B. Aptana gives the following message:
>>
>>      'Launching Firefox' internal server has failed.  Server configuration
>> null not found.
>>
>> Advice and help, please.
>>
>> Ethan
>>
>>
>
> Look at NetBeans with XDebug:
> http://netbeans.org/kb/trails/php.html
> http://netbeans.org/kb/docs/php/debugging.html
>
> Chris
>
> --
> christopher.jones@xxxxxxxxxx
> http://twitter.com/#!/ghrd
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

This just floated by from smashing magazine's recently newsletter.
Haven't looked at it at all, but you can research it:

3. Faster And Better PHP Debugging

Debugging code, be it your own or someone else's, can be terribly
time-consuming. The error messages are often quite ambiguous or not
transparent enough, and it takes hours to find the tiny string of code that
just doesn't do what it's supposed to. Joseph Lenton's little tool may be
just what you need to speed up the process.

With PHP Error, the appearance of an error triggers a page with a full
stack trace, with the erroneous syntax highlighted. To use the tool, just
include the library in your project and customize it to meet your
requirements and needs. The library allows you to catch Ajax errors, find
cases when a class is loaded but doesn't exist or supress errors. A
detailed documentation and setup guide are provided as well. The code is
provided on GitHub. (jc)

http://phperror.net/

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux