xiphe / thedebug
Multiple Handy debugging methods.
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:debugging
Requires
- php: >=5.3
- ccampbell/chromephp: ~4.0
- firephp/firephp-core: ~0.4
- xiphe/base: ~1.1
This package is not auto-updated.
Last update: 2024-10-26 15:32:05 UTC
README
Toolset for debugging PHP
Installation
Use composer and require "xiphe/thedebug": "~1.0"
FirePHP-Mode requires FirePHP - YDS
Support
I've written this project for my own needs so i am not willing to give full support. Anyway, i am very interested in any bugs, hints, requests or whatever. Please use the github issue system and i will try to answer.
3rd Party
Changelog
4.1
- add ChromePHP
4.0
- initiation as standalone package
- added to composer
pre 4.0
- This once was a part of THEMASTER.
Todo
- Find a way to set the backtraceOffset for firePHPs trace function or add a own trace
- Show stats on shutdown
- Implement Error Handlers
- Write tests
- Spell-check
License
Copyright (C) 2013 Hannes Diercks
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.