[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: Tutorial for setting up PDT + XDebug

> Any comments on it are greatly appreciated!

One thing I would recommend - don't tell people to enable the profiler by default... set this to 0, not 1:

xdebug.profiler_enable=0

The profiler will produce very large data files very fast. When I first learned about this xdebug tool, I got hundreds of megabytes worth of data over a short time and I didn't know where all these cachegrind files were coming from! :) They come from the profiler.

Explain to people what this setting is and when they would want to set it to 1 (which is when they want to use a tool like KCacheGrind to find bottlenecks in their code)

Rob Bresalier wrote:
Hi:

I created a step by step tutorial for setting up PDT to work with XDebug, you may find it here:

http://robsnotebook.com/php_debugger_pdt_xdebug

Any comments on it are greatly appreciated!

Rob