How to debug PHP script when it is being accessed by android application -
i have andoid application wich connecting mysql db via web server. on web server have php scipts doing thier work , return json object app. have upgraded web server , db , scrips stopped retrieving data. exact, select stetment parameters don't return data, select on table no parametrs works fine. did 1 encounter similar problem?
my actual question is: there debug php scrips? guess debugging via firefox or chrome not possible android application triggering them , not direct access web,
all muck appreciated.
chrome has set of tools let remote debug android.
check them out: https://developers.google.com/chrome-developer-tools/docs/remote-debugging
Comments
Post a Comment