After switching to new versions of iOS, I\'ve not been able to debug my web app from OS X Safari to my iPhone Safari browser. My iPhone shows up but I get no options.
<Debugging iOS 8 mobile Safari requires desktop Safari 7.1, which is only available with OS X 10.9.5 or greater.
What you need to do is:
Once done, you should see be able to debug as usual via desktop Safari.
Though this is an old question, it should be mentioned somewhere in the answer that you actually have to enable remote inspection on the iPhone first before anything will show up.
Go to: Settings --> Safari --> Advanced --> Web Inspector
Even with OS X 10.9.5 and Safari > 7.1 I wasn't able to debug mobile Safari on an iPad with iOS 8.
It turned out that I had previously rejected a dialog on the iPad that asked whether to "trust this computer". The following steps helped:
It will ask you to confirm to trust the computer again. Accept and you should be able to debug as usual.
Also for iOS 9:
On your mobile device under Settings -> Safari -> Fraudulent Website Warning = OFF [default = ON]