Already found this page with some helpful hints. So far I haven't been able to make firebug-lite work. I am working in a secured environment having no internet acces, but can copy files using a USB-key. I have copied firebug-lite. Verifying the source code firebug-lite should have been loaded on the page. There is no way to get a right click menu to inspect anything.
I think you won't be able to inspect elements, but you can navigate to the elements in the DOM tree provided by Firebug Lite. It looks like Firebug-lite has problems with the iPad browser since late The problem ticket on official tracker has not been yet solved. You can open Chrome's debugger with right click, Inspect element. Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Collectives on Stack Overflow. Learn more.
Firebug lite on iPad Ask Question. Asked 10 years, 2 months ago. Active 9 years, 7 months ago. So in the above case we can see that the latency makes up the majority of the load time. We can also see that the two images used on the page are loaded concurrently and that they start loading immediately when the CSS has been retrieved. Finally the colorful bar on top breaks the total load time down by type and lets us know the whole page finished loading in 1.
Individual resources can be inspected, allowing the developer to review the size and contents of each resource. In the same section the request and response headers can be reviewed. This is useful for the web server administrator in order to determine compression status and cache expiration headers. In the web 2. You can set breakpoints, step through source code and inspect the call stack and variables as you go along. When a page has been loaded the Scripts tab shows the various JavaScript resources available on the page, by source filename.
When a file has been selected the JavaScript is displayed with syntax highlighting and line numbers. Clicking on a source line number sets a breakpoint. Once the targeted code executes Safari automatically launches into single step mode, allowing for the usual controls: Step Over, Step Into and return called Step Out. At each step you can also inspect the values of the variables available in the scope.
There is also a Console feature which not only shows console messages and errors generated by your JavaScript during runtime but allows you to run commands live. Need to see what happens if a certain variable has a different value? Just set it using the console and watch the results unfold in the active web page.
Enable or disable caches, images, CSS or JavaScript to see what the page looks like in a degraded state. This allows you to make sure the web page looks good even without images for instance, a great utility for making sure your website is accessible for persons with disabilities.
Toggling JavaScript is also an obvious boon when you need to make sure your software runs in text browsers or where JavaScript has been disabled for security or performance reasons. There are some flaws. There is also a selection bug: when the Web Inspector is revealed, selecting any text on the page causes the window to immediately scroll to the bottom. This subsequently selects all text on the page below where you started to select.
Another bug is that if an element is selected such that the blue outline boxes show up, switching tabs sometimes left the outline hanging around in the other tabs too, now not highlighting anything in particular. Finally the JavaScript debugger seems to freeze up JavaScript in every Safari page — not just the one you are working with. This makes it hard to work with say an online reference in a different window.
Why do you want to use Firebug if Safari already comes with great Developer tools? Patrick D'Souza 3, 2 2 gold badges 20 20 silver badges 38 38 bronze badges. Jordi Jordi 1, 9 9 silver badges 9 9 bronze badges. Was just answering the question and showing what you can do with the developer tools in Safari.
It is NOT okay to be rude whilst having an opinion. There was a LOT wrong with your comment. FeloneousCat thx! I just ignore those kind comments to be honest.
No point in wasting time I don't find anywhere the builtin dev tools,where's it? There is more info at developer. If you want firebug for Safari, you just have to go to the apple extensions and search for Firebug Firebug.
Jorge Casariego Jorge Casariego Dzianis Sojka Dzianis Sojka 1. Hieren feb Hieren feb 46 4 4 bronze badges. Sign up or log in Sign up using Google. Sign up using Facebook. Sign up using Email and Password. Post as a guest Name. Email Required, but never shown. The Overflow Blog. Stack Gives Back
0コメント