This is a discussion on Help installing zend debugger with eclipse within the PHP Language forums, part of the PHP Programming Forums category; Hi, I am trying to get the zend debugger to work with eclipse pdt. I have read the other thread ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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/inde..._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 |
|
|||
|
"Keith" <PosSampah@gmail.com> wrote in message
news:b3e4b76a-3811-4186-ad6f-7f031764269c@x29g2000prg.googlegroups.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. |
|
|||
|
On Dec 24, 1:54*am, Keith <PosSam...@gmail.com> 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 |
|
|||
|
shimmyshack wrote:
> On Dec 24, 1:54 am, Keith <PosSam...@gmail.com> 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 ================== |
![]() |
| Thread Tools | |
| Display Modes | |
|
|