Debug Module
-
1801 Popularity Score
Popularity ScoreReferrals to Site/Downloads
0
1+
250+
1000+
10000+
- 12 Customer Reviews
- Compatible with:
- Developer Info /
- Profile
- Support
- Extensions
- Overview
-
Debug Module
Debugging with Magento can be hard. PHP-famous print_r() debugging doesn't work because of the large objects. So this is a handy solution, because it outputs to the firebug console and lets you collapse different paths of the object tree.NEW FEATURES IN VERSION 0.2.0
* There now is a new setup-section in the configuration section. Go to System->Configuration->Developers Options * If your request is not fullfilled (e.g. because of an error in the code) so the debug output is not rendered you can now write directly to the response. For that simply echo the response of the log function like echo Mage::helper('debug')->log("hello"); * You do not have to have the profiler enabled to use the moduleUsage
To ouput debug use the helper: Mage::Helper('debug')->log($variable) You also can create a shortcut in Mage.php (will be overwritten on update!) public static function debug($message, $level=7) { Mage::helper("debug")->log($message, $level); } so you can simply call Mage::debug($variable) ATTENTION: There are some problems with Firebug showing collapsed groups on displaying large objects/arrays. If you deactivate the default collapse by changing it in the configuration section, all works well, but unfortuantly the objects are then not initialy collapsed - Release Notes
-
This module gives the opportunity to write well formated debug output to firebug console.
2012-02-06 04:05:45- Version number: 0.2.0
- Stability: Beta
- Compatibility: 1.0, 1.1, 1.2, 1.3
Debugging with Magento can be hard. PHP-famous print_r() debugging doesn't work because of the large objects. So this is a handy solution, because it outputs to the firebug console and lets you collapse different paths of the object tree. NEW: There now is a new setup-section in the configuration section. Go to System->Configuration->Developers Options Usage: To ouput debug use the helper: Mage::Helper('debug')->log($variable) You also can create a shortcut in Mage.php (will be overwritten on update!) public static function debug($message, $level=7) { Mage::helper("debug")->log($message, $level); } so you can simply call Mage::debug($variable) ATTENTION: There are some problems with Firebug showing collapsed groups on displaying large objects/arrays. If you deactivate the default collapse by changing the default collapsing from true to false, all works well, but unfortuantly the objects are then not initialy collapsed
This module gives the possibilty to write well formated debug output to firebug console.
2009-02-27 08:17:40- Version number: 0.1.2
- Stability: Beta
- Compatibility: 1.0, 1.1, 1.2, 1.3
Debuging with Magento can be hard. PHP-famous print_r() debugging doesn't work because of the large objects. So this is a handy solution, because it outputs to the firebug console and lets you collapse different paths of the object tree.
This module gives the possibilty to write well formated debug output to firebug console.
2009-02-27 08:16:47- Version number: 0.1.1
- Stability: Beta
- Compatibility: 1.0, 1.1, 1.2, 1.3
Debuging with Magento can be hard. PHP-famous print_r() debugging doesn't work because of the large objects. So this is a handy solution, because it outputs to the firebug console and lets you collapse different paths of the object tree.
This module gives the possibilty to write well formated debug output to firebug console.
2009-02-27 07:45:06- Version number: 0.1.1
- Stability: Beta
- Compatibility: 1.0, 1.1, 1.2, 1.3
Debuging with Magento can be hard. PHP-famous print_r() debugging doesn't work because of the large objects. So this is a handy solution, because it outputs to the firebug console and lets you collapse different paths of the object tree.
This module gives the possibilty to write well formated debug output to firebug console.
2009-02-26 15:47:26- Version number: 0.1.0
- Stability: Beta
- Compatibility: 1.0, 1.1, 1.2, 1.3
Debuging with Magento can be hard. PHP-famous print_r() debugging doesn't work because of the large objects. So this is a handy solution, because it outputs to the firebug console and lets you collapse different paths of the object tree.
- User reviews (12)
-
Write a Review
- Get Help
-
Support for This Extension
The best place to start if you need help with a specific extension is to contact the developer. All Magento developers have both a contact email and a support email listed.
Magento Platform Support
If you need support for a Magento platform, there are different options for support depending on which Magento platform you are using. Below are links for specific platforms.
The Magento Extension Marketplace
Loading platform data and releases...