Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/weirdan/mono-xdebug-client
- Owner: weirdan
- License: gpl-2.0
- Created: 2016-01-05T20:42:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-12T03:36:25.000Z (almost 9 years ago)
- Last Synced: 2023-03-22T15:02:55.236Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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