I recently started with php and I have a script that works with a database. This script is triggered from an iOS app.
I can monitor the iOS apps behavior, but I am not sure how to monitor execution of the php script. Is there some test environment I could setup or another tool that is used for this?
I want to set breakpoints in the php script so I can see how it reacts to the requests from the iOS application.
EDIT: How are people testing php otherwise? Does the script get refactored after testing to allow actual usage on a server? I guess I am after some kind of tool that attaches to a script that is live on a server.