Re: Printing out or displaying for debugging [message #179843 is a reply to message #179836] |
Tue, 11 December 2012 17:32 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 12/11/2012 10:59 AM, C wrote:
> What is a good way to see the values of a few variables for debugging?
> I cannot debug locally. I have to put the code on the server in the
> normal Internet site (which does not receive a lot of human visitors),
> so it would not hurt to display the values of some variables for a few
> minutes while I am debugging.
>
You should ALWAYS have a development environment separate from (but very
similar to) your live system. NEVER upload untested/undebugged code to
a live system, no matter how few visitors it gets!
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|