Eclipse pdt and xdebug: it not stops on breakpoint but on "</html>" : WHY ? [message #543104] |
Mon, 28 June 2010 12:23 |
No real name Messages: 1 Registered: June 2010 |
Junior Member |
|
|
Hi
[eclipse pdt - win 7 x64 - php version 5.2.8 (php-5.2.8-win32-installer.msi) - apache 2.0 ( apache_2.0.63-win32-x86-openssl-0.9.7m.msi ) - xdebug-2.0.5-5.2 ]
[I have read already http://wiki.eclipse.org/PDT and http://www.64bitjungle.com/tech/debugging-php-applications-w ith-xdebug-and-eclipse-pdt/ ]
I have a problem with Eclipse pdt (Helios) and xdebug
I have inserted some breakpoint in my php script
The debug start and stop itself
not on breakpoint but on tag </html> that is at the end of the document.
WHY? What i have mistaked ?
THIS IS my code
In C:\php\php.ini i have wrote
[debugger]
zend_extension_ts="C:/php/ext/php_xdebug-2.0.5-5.2.dll"
xdebug.remote_mode=jit
xdebug.remote_enable=1
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
In eclipse debug configuration
i have choose e setted "Php web page"
In windows/preferences i have setted the Php/debug section
What i have mistaked ?
|
|
|
Powered by
FUDForum. Page generated in 0.01715 seconds