pugdebug
pugdebug copied to clipboard
pugdebug is a standalone debugging client for PHP applications that uses XDebug as the debugging engine.
When I doubleclick on a line the app crashes with this output: ```QIODevice::read (QFile, "/srv/www/boilerplate/htdocs/index.php"): device not open inotify_add_watch("/srv/www/boilerplate/htdocs/index.php") failed: "No such file or directory" Traceback (most recent call last):...
Does **pugdebug** support listening to xdebug from a Docker container? Most of the "Docker + Xdebug" tutorials you find online target [PhpStorm](https://www.jetbrains.com/phpstorm/), so I'd think that in theory I should...
``` $ python3.8 ./app.py Traceback (most recent call last): File "/home/usr/pugdebug/pugdebug/server.py", line 43, in run self.__listen(socket_server) File "/home/usr/pugdebug/pugdebug/server.py", line 91, in __listen is_valid = connection.init_connection() File "/home/usr/pugdebug/pugdebug/server.py", line 185, in...
I was already able to do debugging of an entire wordpress installation fine. Now I am trying to do a debug, as soon as I reach the instantiation wp() object,...
When I try to run the pugdebug I get the following error : symbol lookup error: /usr/lib/libGLX_mesa.so.0: undefined symbol: drmGetDevice2 Didn't find how to fix it.. Anyone had the same...
My setup: - using linux binary - host machine Arch linux - guest is a vagrant ubuntu box, xdebug chrome app (from host) is able to connect to xdebug on...
OS: Windows 10 Clicking `Start Listening` is fine:  I can create a breakpoint on line 7 by double-clicking it:  And I can remove the said breakpoint by double-clicking...
I'm getting the following error when trying to run pugdebug: ``` Traceback (most recent call last): File "", line 21, in File "/home/robert/pugdebug/env/lib/python3.4/site-packages/PyInstaller-3.0.dev0-py3.4.egg/PyInstaller/loader/pyi_importers.py", line 478, in load_module ImportError: /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1: undefined...
Reported by @ldusan84 ``` Traceback (most recent call last): File "", line 11, in File "/home/robert/pugdebug/env/lib/python3.4/site-packages/PyInstaller-3.0.dev0-py3.4.egg/PyInstaller/loader/pyi_importers.py", line 308, in load_module File "/home/robert/pugdebug/env/lib/python3.4/site-packages/pkg_resources/__init__.py", line 22, in File "/home/robert/pugdebug/env/lib/python3.4/site-packages/PyInstaller-3.0.dev0-py3.4.egg/PyInstaller/loader/pyi_importers.py", line 478, in...