Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/weirdan/mono-xdebug-client

GUI Xdebug client
https://github.com/weirdan/mono-xdebug-client

Last synced: 23 days ago
JSON representation

GUI Xdebug client

Awesome Lists containing this project

README

        

# mono-xdebug-client

GUI Xdebug client written in PHP (well, Phalanger). Work in progress.

To build:
1. Install mono-devel, mono-xbuild, monodevelop
2. Install Phalanger ([DEVSENSE/Phalanger](https://github.com/DEVSENSE/Phalanger)). If you're doing it from git checkout, useful fixes are here: [DEVSENSE/Phalanger#61](https://github.com/DEVSENSE/Phalanger/pull/61)
3. Make sure you have phalanger xbuild tasks (do `sudo xbuild Source/Phalanger.CompilerTask/Phalanger.CompilerTask.csproj /p:Configuration=Release /p:TreatWarningsAsErrors=false /p:ForceMSBuildDeploy=true /t:AfterBuild`)
4. Build with `xbuild` in the top-level project directory