Re: [PHP-WIN] Line by line debugger for PHP for command line work.

2010-10-12 Thread Richard Quadling
On 12 October 2010 14:58, 惠新宸 wrote: > Hi: >  xdebug and vim with dbgp > plugin(http://www.vim.org/scripts/script.php?script_id=1929) can satsfy your > needs. > >  there is also a manual(http://www.laruence.com/2010/06/21/1608.html > ) if you can speak chinese . > > > 惠新宸     laruence > Mail:   hu

Re: [PHP-WIN] Line by line debugger for PHP for command line work.

2010-10-12 Thread 惠新宸
Hi: xdebug and vim with dbgp plugin(http://www.vim.org/scripts/script.php?script_id=1929) can satsfy your needs. there is also a manual(http://www.laruence.com/2010/06/21/1608.html ) if you can speak chinese . 惠新宸 laruence Mail: huixinc...@baidu.com Tel : +86 010 5992-6238 http:/

Re: [PHP-WIN] Line by line debugger for PHP for command line work.

2010-10-12 Thread Richard Quadling
On 12 October 2010 14:09, Steven Scott wrote: > XDebug is a common tool, and can link with most IDEs.  There is also > FirePHP plugin if you are using Firefox. > > On Tue, Oct 12, 2010 at 8:47 AM, Richard Quadling wrote: >> Hi. >> >> I'm trying to trawl my way through a load of code I've been dum

Re: [PHP-WIN] Line by line debugger for PHP for command line work.

2010-10-12 Thread Steven Scott
XDebug is a common tool, and can link with most IDEs. There is also FirePHP plugin if you are using Firefox. On Tue, Oct 12, 2010 at 8:47 AM, Richard Quadling wrote: > Hi. > > I'm trying to trawl my way through a load of code I've been dumped > with. It is a mixture of VERY BIG functions and a l

[PHP-WIN] Line by line debugger for PHP for command line work.

2010-10-12 Thread Richard Quadling
Hi. I'm trying to trawl my way through a load of code I've been dumped with. It is a mixture of VERY BIG functions and a load of classes with really bad names. A mess. The code runs on PHP5, but there are some errors in the output which I can't find. No authors are contactable (they no longer wor