Current time: 04-25-2024, 08:29 PM Hello There, Guest! (LoginRegister)


Post Reply 
Maxi debug for testing and dev
Author Message
Nuxwin
Unregistered

 
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
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)