https://github.com/posixpascal/xdebugview
View PHP xdebug information in a popup rather than on the page.
https://github.com/posixpascal/xdebugview
Last synced: 3 months ago
JSON representation
View PHP xdebug information in a popup rather than on the page.
- Host: GitHub
- URL: https://github.com/posixpascal/xdebugview
- Owner: posixpascal
- Created: 2016-06-07T12:43:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-14T23:42:57.000Z (about 8 years ago)
- Last Synced: 2025-03-09T00:39:52.738Z (4 months ago)
- Language: JavaScript
- Size: 172 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## XDebugView
A chrome extension to view xdebug information in a popup.I needed this little helper because my xdebug logs were always hidden (due to angular not loading the page when there are PHP errors).
### Screenshot

### Installation1. Download repo
2. Run `npm install`
3. Run `bower install`
4. Run `gulp package`
5. Install browser extension.### Contribution
Not needed to be honest.### License
Licensed under WTFPL```
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004Copyright (C) 2004 Sam Hocevar
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION0. You just DO WHAT THE FUCK YOU WANT TO.
```