/python_webkit_remote_debugger

Scripts to interact with the webkit remote debugger

Primary LanguagePython

Goal

This project was created to help debug some webapps I wrote on iOS. The problem was that the application would hard crash mobile safari but run fine on desktop browsers. I needed a way to get a trace of the running application so I could see what was happening. So I decided to see if I could get a dump from the remote debugger interface.

Thanks to also on stackoverflow see herere I think I can do it in python.

So this project is the attempt to do just that.

References