Post Reply  Post Thread 
Maxi debug for testing and dev
Author Message
nuxwin
Junior Member
****
Dev Team

Posts: 34
Group: Dev Team
Joined: Feb 2007
Status: Offline
Reputation: 1
Post: #1
Maxi debug for testing and dev

Hi ;

If you want maximum information in mod debug, you can edit the /gui/include/debug.php file and replace this -->

Code:
print '<font color="#0000FF"><u><b>$GLOBALS[]</b> Contents:</u><br></font>';

    foreach ($GLOBALS as $key => $value) {

        print "$key = $value <br>";

    }

by this :

Code:
print '<font color="#0000FF"><u><b>$GLOBALS[]</b> Contents:</u><br></font>';

    echo '<pre>';
    print_r ($GLOBALS);
    echo '</pre>';


Enjoys.

02-10-2007 09:15 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump:

| All rights reserved : isp-control.net |