Support for HHVM (specifically remote debugging with Xdebug) [message #1750502] |
Wed, 21 December 2016 14:11 |
Eclipse User |
|
|
|
I've been using HHVM 3.15 as my 'php server' with remote debugging enabled using Xdebug. There are a number of small quirks that PDT has consuming the remote debug information from HHVM (no doubt due to differences in HHVM vs the official PHP xdebug module).
The two main issues are:
* Once I get past a single file, on every step or continue I get this error "An internal error occurred during: "Searching for local file...".
Illegal or not full path: systemlib.phpstd_function"
* Frequently in variables view window, I'll see a variable it recognizes as an Array of some size (like array[2], but when I click the expand arrow next to it, the arrow disappears and it does not expand. This happens a depths as little as 2 deep, typically when the array is a property of an instantiated class.
When I use remote debugging with a vanilla php-fpm for example, I don't experience either of these issues.
Just looking to see if there is ever going to be an attempt to support HHVM quirkiness on the PDT side as I'm pretty sure Facebook has no intention of modifying it's implementation to work with my preferred IDE
|
|
|
Powered by
FUDForum. Page generated in 0.07821 seconds