Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Eclipse pdt and xdebug: it not stops on breakpoint but on "</html>" : WHY ?(Eclipse pdt and xdebug: it not stops on breakpoint but on "</html>" : WHY ?)
Eclipse pdt and xdebug: it not stops on breakpoint but on "</html>" : WHY ? [message #543104] Mon, 28 June 2010 12:23
No real name is currently offline No real nameFriend
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 ?
Previous Topic:Concept Q - where to put workspace within PDT
Next Topic:How can I enable CSS code assist in *.tpl files
Goto Forum:
  


Current Time: Tue Mar 19 11:20:43 GMT 2024

Powered by FUDForum. Page generated in 0.02438 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top