[TYPO3-dev] debug TYPO3 with Eclipse PDT
Joerg Schoppet
joerg at schoppet.de
Wed Oct 17 14:29:53 CEST 2007
Steffen Kamper wrote:
> Hi Joerg,
>
> "Joerg Schoppet" <joerg at schoppet.de> schrieb im Newsbeitrag
> news:mailman.1.1192622893.1446.typo3-dev at lists.netfielders.de...
>> Hi,
>>
>> actually I have eclipse 3.3 (Europa) running with PDT 1.0 under windows
>> XP.
>>
>> I have a remote server with fedora, where the TYPO3 is installed.
>>
>> To have easy access to the system a samba-share is provided for the
>> htdocs-directory (mapped to drive Z).
>>
>> In eclipse, I've set my workspace to Z:\htdocs\typo3conf\ext, so I can
>> create a project for each extension.
>>
>> For debugging I've installed the Zend Debugger on the webserver. *BUT* I
>> can only start debugging from the main index.php site. All other
>> breakpoints (e.g. within an extension) are ignored.
>>
>> Can somebody point me to the right direction, how to debug a
>> typo3-extension within eclipse?
>>
>
> i started a thread with exact the same issue some months ago. I was not able
> to debug with Zend. When i debugged from index.php, the zend debugger run
> into Nirvana.
>
> The problem may be also the lot of warnings when doing so.
>
Hi,
well debugging from index.php is working for me, also with zend
debugger. But it is very time consuming to click down all the typo3-code
until I came to the extension I want to debug e.g. tt_news.
The only possibility I see actuall is to set the workspace above the
htdocs directory (in my example Z:), then I can make htdocs a project
within eclipse and then all breakpoints work, *but* then I can not use
subclipse (I have actually for each own extension an own repository) to
manage each extension independently. :-(
Joerg
More information about the TYPO3-dev
mailing list