Search code examples
ios-simulatorfirebug-lite

Not Programming : How to install firebug lite in iPad simulator


I am trying to install firebug lite in my iPad simulator but i could not find out ,how to do this?

Can any one know how to do this?

I am currently using XCode-4.2, iOS Simulator-5.0.


Solution

  • This blog post details a method for creating a Firebug Lite bookmarklet for iOS Simulator.

    Other options for remote inspection include:

    • iWebInspector is a stand alone application that provides a Firebug-like interface for iOS Simulator. I got it working with iOS simulator 5.1
    • Bugaboo. (http://bugabooapp.com/)
    • Adobe Shadow (now Adobe Edge Inspect). Description from the website:

      Adobe® Shadow is a new inspection and preview tool that allows front-end web developers and designers to work faster and more efficiently by streamlining the preview process, making it easier to customize websites for mobile devices.

    • This Stack Overflow question may also be relevant.