[wp-hackers] Debugging WordPress in IDE

Marko Novaković atisha34 at gmail.com
Mon Mar 28 17:51:10 UTC 2011


I had success with Eclipse yesterday.
I set XDebug configuration similar to Martin,
in Eclipse options XDebug as debugger.

For debugging, I ran index.php as script, added breakpoints,
and had successful debugging sessions.

I will test NetBeans and PHPStorm and compare with Eclipse.

Best Regards,
Marko

On Mon, Mar 28, 2011 at 5:45 PM, Brian Layman <wp-hackers at thecodecave.com>wrote:

> Wow - this is the first full OpenSource debugging solution I've seen. I
> didn't know there was one out there.
>
> You've just added to my to do list, but thank you!
>
> The Windows documentation is here:
> http://netbeans.org/kb/docs/php/configure-php-environment-windows.html
>
> I think I'll have to try this out on a staging server to see how much it
> affects performance.
>
> I wonder if you can set xdebug.remote_enable  at runtime..
> --
>
> Brian Layman
>
>
>
> On 3/28/2011 4:49 AM, Martin Widmann wrote:
>
>> It's actually pretty easy to set up. First of all you need to get the
>> debugging running with Netbeans and Apache. This is done by installing the
>> XDEBUG Plugin and enabling in in the php.ini.
>>
>> Here's how the part looks like in my php.ini, you'll most probably just
>> need to change the path to the module: [..]
>>
>>
>> --
>> Martin
>>
>> On Mar 28, 2011, at 10:26 , Hannit Cohen wrote:
>>
>>> Can any of you share how to setup NetBeans to debug WordPress ?
>>> --
>>> Hannit
>>>
>> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>


More information about the wp-hackers mailing list