xdebug

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
ronny89's picture

how to setup Eclipse for remote access?

ciao folks,

i'm currently setting up a development environment whose primary use is intended for testing and debugging a 'beta' of the live site that i run.

so far i have set up the following:

a virtual machine with
* LAMP-stack on an Ubuntu-OS
* XDebug-extension to Apache
* a Drupal installation that matches my live setup

Eclipse as IDE on my workstation with
* PDT (PHP Development Tools)
* RSE (Remote System Explorer)

Read more
mike stewart's picture

Virtualbox image - plug & play Drupal Development and debugging using FOSS

Here's a prebuilt virtualbox environment for development. Works on any platform. I think this is a great way to introduce people to developing Drupal with FOSS tools. if nothing else it provides a debugging environment plug-and-play.

What is it?

its a Virtualbox VDI image (which has a smaller footprint than VMware) using Ubuntu Hardy 8.04.

The the image of course (like VMware) works on any platform, Windows, Mac, *nix. I think anything with a JAVA JRE stack.

The setup includes:

  • LAMP - using xampp - for a cleaner / easier interface for noobs, and includes phpmyadmin
Read more
anisotropic's picture

JIT debugging with Xdebug

I just posted a quick blog on some hacky ways to enable JIT debugging with Xdebug:

http://www.openkomodo.com/blog/jeffg/jit-php-debugging-komodo

My example is Komodo IDE, but this should be usable for any Xdebug client app. It should be simple enough to enable JIT debugging in a Drupal instance by adding this line to your custom module:

ini_set('xdebug.remote_mode', 'jit');

You should keep in mind that if xdebug.remote_mode is set to JIT, you can't debug in the normal way.

Read more
Subscribe with RSS Syndicate content

Drupal IDE

Group organizers

Group categories

Drupal IDE Tags

Dev Software

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

Hot content this week