Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pdt-dev] Can't get PDT to Debug PHP scripts on Win32 using xdebug


Hi, first I suggest you move to the latest 1.0.2 release version (R20080103).

If you still have problems, then it may be worth trying with a new workspace (I don't know if older PHP projects and workspace settings are fully compatible with 1.0.2).

Ensure that xdebug is definitely loaded on the version of php you are using. To do this, use the launch configuration you are using to try to run your script in debug mode and change it to run a script with phpinfo.php in it.

Also a Debug log would be good, add something like
xdebug.remote_log="c:\temp\xdebug.log"
to your php.ini to generate a log.

Cheers

Dave Kelsey









Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU







Back to the top