robertbasic / pugdebug

pugdebug is a standalone debugging client for PHP applications that uses XDebug as the debugging engine.
http://pugdebug.com/
Other
73 stars 15 forks source link

Mac OS X Mavericks installation #158

Closed michaloo closed 8 years ago

michaloo commented 9 years ago

Hey,

I've just successfully installed pugdebug on Mac OS X Mavericks with homebrew. It was slightly different that FAQ solution, so I wanted to share it:

brew install python3
brew install qt5 pyqt5 sip --with-python3
PYTHONPATH=/usr/local/lib/python3.4/site-packages/
pip3 install Pygments
python3 app.py

thanks for the project!

rdebeasi commented 9 years ago

Works for me as well. Thanks so much!

rdebeasi commented 9 years ago

To get this working for me, I also needed to clear out the "host" field in preferences and change the IDE key to "netbeans-xdebug", which is the key provided by The Easiest Xdebug browser plugin. (I could've changed that key in the browser plugin.)

Neither of these are Mac-specific tweaks, but it might be helpful to flesh out the documentation with such tips.

robertbasic commented 8 years ago

Thanks, updated the wiki!