Michael Morris
01-14-2005, 10:37 PM
print_r, echo and similar statements are disabled
-- which is great for a production environment
BUT IT SUCKS BIGTIME WHILE DEBUGGING A NEW SCRIPT OR MOD!!
I need to build a function that, when called - stops the script immediately and prints out any variable or arrays you ask it to print. Any ideas?
-- which is great for a production environment
BUT IT SUCKS BIGTIME WHILE DEBUGGING A NEW SCRIPT OR MOD!!
I need to build a function that, when called - stops the script immediately and prints out any variable or arrays you ask it to print. Any ideas?