Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do you debug your PHP?
#1
y0,

what do you guys use for debugging your PHP? I asked this in my plugin thread, but maybe the question will get a bit more exposure here.

mvlcek replied over there that he uses echo and GS' debug mode.

Suggestions, experiences? Much appreciated.
Reply
#2
i also do the echo and print_r() functions. I print_r() almost everything, everywhere in the code before I get it working and in production mode.
- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Reply
#3
ccagle8 Wrote:i also do the echo and print_r() functions. I print_r() almost everything, everywhere in the code before I get it working and in production mode.
I can see where it can come in handy now:

Code:
print_r($filters);
print_r($plugin_info);
print_r($plugins);
Reply




Users browsing this thread: 1 Guest(s)