Help installing zend debugger with eclipse
Help installing zend debugger with eclipse
am 24.12.2007 02:54:43 von keith
Hi,
I am trying to get the zend debugger to work with eclipse pdt. I have
read the other thread about installing the debugger.
I have installed
* eclipse pdt,
* the client zend plugin for eclipse
* the server following instructions at
http://www.thierryb.net/pdtwiki/index.php?title=Using_PDT_:_ Installation_:_Installing_the_Zend_Debugger
When I run php -v from the command line, it shows the debugger
installed
When I run phpinfo it DOES NOT show the debugger installed.
When I attempt to debug in eclipse, I set breakpoints, the code runs,
but it does not stop at the breakpoint.
I am using WAMP on Windows Vista with PHP 5.2.5
Any suggestions?
Keith
Re: Help installing zend debugger with eclipse
am 24.12.2007 03:02:12 von Bucky Kaufman
"Keith" wrote in message
news:b3e4b76a-3811-4186-ad6f-7f031764269c@x29g2000prg.google groups.com...
> When I run php -v from the command line, it shows the debugger
> installed
> When I run phpinfo it DOES NOT show the debugger installed.
That is most certainly a question for Zend's own support line.
Go to your license key page at Zend.com and there's a place to submit a
trouble ticket.
Re: Help installing zend debugger with eclipse
am 24.12.2007 23:07:28 von shimmyshack
On Dec 24, 1:54=A0am, Keith wrote:
> Hi,
>
> I am trying to get the zend debugger to work with eclipse pdt. I have
> read the other thread about installing the debugger.
>
> I have installed
> =A0 =A0* eclipse pdt,
> =A0 =A0* the client zend plugin for eclipse
> =A0 =A0* the server following instructions athttp://www.thierryb.net/pdtwi=
ki/index.php?title=3DUsing_PDT_:_Installat...
>
> When I run php -v from the command line, it shows the debugger
> installed
> When I run phpinfo it DOES NOT show the debugger installed.
>
> When I attempt to debug in eclipse, I set breakpoints, the code runs,
> but it does not stop at the breakpoint.
>
> I am using WAMP on Windows Vista with PHP 5.2.5
>
> Any suggestions?
>
> Keith
sounds like you modified the wrong php.ini files thats all. if you are
running php as apache module, mod the ini in apache/bin not php/bin
Re: Help installing zend debugger with eclipse
am 28.12.2007 04:00:20 von Jerry Stuckle
shimmyshack wrote:
> On Dec 24, 1:54 am, Keith wrote:
>> Hi,
>>
>> I am trying to get the zend debugger to work with eclipse pdt. I have
>> read the other thread about installing the debugger.
>>
>> I have installed
>> * eclipse pdt,
>> * the client zend plugin for eclipse
>> * the server following instructions athttp://www.thierryb.net/pdtwiki/index.php?title=Using_PDT_ :_Installat...
>>
>> When I run php -v from the command line, it shows the debugger
>> installed
>> When I run phpinfo it DOES NOT show the debugger installed.
>>
>> When I attempt to debug in eclipse, I set breakpoints, the code runs,
>> but it does not stop at the breakpoint.
>>
>> I am using WAMP on Windows Vista with PHP 5.2.5
>>
>> Any suggestions?
>>
>> Keith
>
> sounds like you modified the wrong php.ini files thats all. if you are
> running php as apache module, mod the ini in apache/bin not php/bin
>
Not necessarily. Mine, for instance, is in /etc on Unix and h:\php on
Windows. Both are running as Apache modules.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================