Out-of-the-box Eclipse PDT (PHP Development Tool) not capable of debugging PHP, why?
I just finished reinstalling the "All-In-One Eclipse PDT" from zend.com. It's unable to debug even the simplest "Hello World" PHP script. How can such a major open-source app be released in such a bad shape? What am I doing wrong?
Th开发者_运维百科is is the result of doing a "Debug As... 2. PHP Script":
Problem signature: Problem Event Name: APPCRASH Application Name: php.exe Application Version: 5.2.9.9 Application Timestamp: 49dda267 Fault Module Name: ntdll.dll Fault Module Version: 6.0.6002.18005 Fault Module Timestamp: 49e03824 Exception Code: c0000130 Exception Offset: 0006f04e OS Version: 6.0.6002.2.2.0.768.3 Locale ID: 1033 Additional Information 1: 9d13 Additional Information 2: 1abee00edb3fc1158f9ad6f44f0f6be8 Additional Information 3: 9d13 Additional Information 4: 1abee00edb3fc1158f9ad6f44f0f6be8 Read our privacy statement: http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x0409
I think it wants me to configure some additional stuff, but I have no clue what exactly to do.
Did you check your PHP installation as in this thread?
After uninstalling
XAMPP
and reinstalling it (xampp-win32-1.7.0-installer.exe
) and applying thexampp-patch2-win32-1.7.0-installer
, I still have the problem of the PHP CLI closing and throwing the pop-up dialog.OK, you must also copy "
php_mysql_5.0.51a.dll
" to "php_mysql.dll
" and "php_mysqli_5.0.51a.dll
" to "php_mysqli.dll
" in "\xampp\php\ext
".
Is your version of xdebug extension correct? Try the latest release xdebug website
精彩评论