[PHP-DB] Debugger

2012-10-24 Thread Ethan Rosenberg, PhD

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


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



Re: [PHP-DB] Debugger

2012-10-24 Thread Jonathan Sundquist
Do you have xdebug installed?

- The cold winds are rising
On Oct 24, 2012 7:02 PM, Ethan Rosenberg, PhD 
erosenb...@hygeiabiomedical.com 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


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




Re: [PHP-DB] Debugger

2012-10-24 Thread Christopher Jones



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.jo...@oracle.com
http://twitter.com/#!/ghrd

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