| 
| Having trouble with PDT and Xdebug on mac intel [message #20483] | Mon, 14 May 2007 12:40  |  | 
| Eclipse User  |  |  |  |  | Originally posted by: sudeshna_das.harvard.edu 
 Hi,
 
 
 I am having trouble using Xdebug on Mac intel. I am using PDT RC3. I am
 using PHP 5.1.6, Eclipse 3.2.2 and Apache 2.0. My php.ini is initialized
 as follows:
 
 [DEBUGGER]
 zend_extension=/Applications/MAMP/Library/share/php/xdebug.s o
 Xdebug.remote_enable=1
 xdebug.remote_handler=dbgp
 xdebug.remote_mode=req
 xdebug.remote_host=127.0.0.1
 xdebug.remote_port=9000
 xdebug.idekey=sdas
 
 
 The script doesn't halt at breakpoints and I get this message
 
 <terminated>Watch a drupal request [PHP Web Page]
 <terminated>Session Terminated
 
 
 Does PDT/Xdebug not work on Mac intels?
 
 Thanks for any help!
 Sudeshna
 |  |  |  | 
|  | 
|  | 
|  | 
| 
| Re: Having trouble with PDT and Xdebug on mac intel [message #20508 is a reply to message #20502] | Mon, 14 May 2007 14:53   |  | 
| Eclipse User  |  |  |  |  | Sudeshna, 
 Did you follow the instructions in the pdf file that comes with the plugin?
 Also, don't define the idekey, it is set to ECLIPSE_XDEBUG by default,
 so you might wanna omit that line, restart everything and try over.
 
 I had the same issue not so much ago, and David was a great help, so now
 I will tell you what he told me :)
 
 First make sure that you are editing the same php.ini file PHP is using,
 you can see that by executing a phpinfo().
 
 If you are editing the correct file, send us you phpinfo() page, maybe
 there is something there that you are missing.
 
 Cheers,
 Ali
 
 
 sdas wrote:
 > Thanks, I installed your XDebug plugin (compiled version), but it still
 > doesn't halt at the breakpoint.
 >
 > Now I get the following on my debug window:
 > Watch a drupal request [PHP Web Script with XDebug]
 >     Remote Launch
 >
 >
 >
 > Sudeshna
 >
 |  |  |  | 
|  | 
Powered by 
FUDForum. Page generated in 0.04246 seconds