1
I am developing an application in PHP for NetBeans and saving directly to an external server (Hostgator), each time I give a Ctr+s on IDE it automatically uploads the modifications.
My question is this, in this way is it possible to debug the application?
I’m trying quite hard in the development by not having this option, I looked for tutorials on the Xdebug, but most need to set up by XAMP or AMP and as my case is an external server has none of that.
Debugging is only possible if Voce can change the Xdebug.ini at Hostgator
– Marcos Regis