I have some server side code I want to debug (coming from C++
background). I am using echo statements but for some reason, no output
is being generated. It would be much simpler if I could set breakpoints
to see the variable 'states' when a script is being run - is there any
developement IDE/Tool out there that helps me do this?
if the answer is no (which i suspect it is), does anyone know of any
likely reasons as to why my echo statements are not outputting text on
the browser?
background). I am using echo statements but for some reason, no output
is being generated. It would be much simpler if I could set breakpoints
to see the variable 'states' when a script is being run - is there any
developement IDE/Tool out there that helps me do this?
if the answer is no (which i suspect it is), does anyone know of any
likely reasons as to why my echo statements are not outputting text on
the browser?
Comment