Robert Basic

Results 61 comments of Robert Basic

Seems to be working fine. ![screenshot_2017-01-02_17-59-26](https://cloud.githubusercontent.com/assets/166625/21593243/387a59f2-d115-11e6-95ac-3665d8143863.png) Please reopen the issue with more details if you run into this again.

try starting the app with `python app.py -style gtk`

Sounds like resolving the path maps is not working correctly. Could you maybe set the [`remote_log`](http://xdebug.org/docs/all_settings#remote_log) setting for xdebug, try debugging with pugdebug, and attach xdebug's log file after? Thanks

Sorry, I was away from the keyboard for the past 2 weeks. Thanks for the logs, I'll fix it to not matter if it's forward or backwards slashes. I'm aware...

Thanks for the report and the feedback! Sadly, pugdebug is not on the top of my priority list now, so it receives little attention from me. I hope it'll change...

The problem is old glibc on Ubuntu 12.04. PyInstaller does bundle everything pugdebug needs, except system libraries. http://www.lightofdawn.org/wiki/wiki.cgi/NewAppsOnOldGlibc https://github.com/pyinstaller/pyinstaller/wiki/FAQ#gnulinux

@ldusan84 I think this is up to me to figure out what would be the oldest system to support, and build the executables for pugdebug on that, so more users...

On Fedora 25 it fails with: ``` 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: /lib64/libGL.so.1: undefined symbol: drmFreeDevice ```

Filtering incomming connections with idekey added with pull request #83

This is on PHP 7.1 only, right?