Tagged Questions
Web Inspector is a built-in set of developer tools in WebKit based browsers.
24
votes
7answers
1k views
Suggestions for debugging print stylesheets?
I've recently been working on a print stylesheet for a website, and I realized that I was at a loss for effective ways to tweak it. It's one thing to have a reload cycle for working on the on-screen ...
5
votes
2answers
588 views
Safari Web Inspector Showing Up In New Window By Default
I've been using Chrome and am going back and forth between switching to Safari or staying with Chrome. My one small issue with Safari though is that the web inspector always shows up in a new window ...
4
votes
4answers
1k views
How to use chrome web inspector to view hover code
Using chromes web inspector to view code is very usefull. But how do you view for example the hover code for a button? You will have to hover the mouse over the button and thus cannot use it (mouse) ...
4
votes
4answers
1k views
Export CSS changes from inspector (webkit, firebug, etc)
When I'm working with CSS, I'll often test in a browser - say, Chrome - right click an element, click Inspect Element, and edit the CSS right there. The use of arrow keys to change things like margin ...
4
votes
1answer
462 views
How to enable WebKitDeveloperExtras on Android's WebView
If I write a native Android application that uses android.webkit.WebView, how do I enable WebKitDeveloperExtras for it? I would like to be able to enable real script debugging via Web Inspector, not ...
4
votes
1answer
2k views
What features does Firebug have that Safari 4's web inspector does not?
I'm always hearing that Firebug is the best for web dev. I prefer to use a webkit based browser, and I use Safari 4, or Webkit. I don't mind the web inspector.
That's the background. I'm wondering ...
3
votes
3answers
69 views
Customise the look of the Chrome web inspector
I've grown tired of the multitude of issues I seem to hit on a daily basis with Firefox and I'm trying once again to switch to Chrome.
One of the things that frustrates me is the layout of the tabs ...
3
votes
4answers
428 views
web element inspector (safari / chrome) dimmed css properties
Silly web element inspector (safari / chrome) question, but I can't seem to figure out why some properties are dimmed.
3
votes
2answers
243 views
How to detect WebKit Inspector?
I know how to detect Firebug in FF (if (window.console && window.console.firebug) alert ('Buu'); ) but how detect or disable Web Inspector in WebKit??
2
votes
2answers
132 views
Adding a breakpoint in the middle of a line with Chrome Web Inspector
Say I have some JavaScript code like this:
function breakpointInside() { console.log("How do I add a breakpoint here?"); }
breakpointInside();
Assume I can't edit the source file. I would like to ...
2
votes
1answer
115 views
“Just My Code” in Chrome JavaScript debugger
Is there a way to force Chrome's debugger to skip specific source files or functions when stepping through code?
2
votes
1answer
347 views
persisting breakpoints in Safari
How does one get Safari's debugger to persist a breakpoint across a page refresh? I'm trying to debug code that's executed onLoad, so I don't have time to set the breakpoint before the code is ...
2
votes
2answers
65 views
Is there a way to determine a line from which XHR was issued in firebug or web inspector?
Is there a way to determine a line and filename from which XHR was issued in Firebug or Web Inspector (maybe Opera Dragonfly/IE Developers Toolbar)? If there isn't, what is the best way to find that ...
2
votes
2answers
243 views
Webkit spacing behaviour - corrected by Web Inspector
I've encountered a random issue in Webkit based browsers (tested in Chrome and Safari). On a website I maintain I've been updating the artwork we use for our error messages, and it looks great in all ...
2
votes
1answer
398 views
Is the Webkit inspector (developer tools) a suitable replacement for Firebug yet?
The Safari & Chrome developer tools (webkit inspector) seem to have become quite advanced. Although I'm very used to Firebug and rely on it for development, I'm really flirting with the idea of ...
2
votes
2answers
1k views
How can I pop up Webkit's Web Inspector from my WebView object programmatically?
How can I pop up Webkit's Web Inspector from my WebView object programmatically?
I succeed to enable Webkit's Web Inspector on my WebView.
It's working well, and now I can pop it up by clicking ...
2
votes
4answers
720 views
Is it possible to enable the WebKit JavaScript Inspector in mobile web browsers?
I would love to use the Web Inspector development tools that come with webkit on a mobile browser. Does anyone know if it is possible to enable web inspector on say the Android web browser ??
1
vote
1answer
63 views
Can't inspect scope variable when using strict mode
When running the following script in Safari (with the Inspector open)
window.onload = function() {
"use strict";
var x = 1;
debugger; // debugger will auto-break on this line
}
I get ...
1
vote
1answer
48 views
Ignoring onMouseMove in javascript debuggers
I'm trying to use the pause feature of the javascript debugger in Chrome. The problem is that whenever I move the mouse over the page, the onMouseMove function is called and the script pauses at that ...
1
vote
1answer
61 views
How to easily compare styles in a browser?
I am using Google Chrome's developer tools to inspect CSS styles. Sometimes I need to compare the styles of 2 elements on the page, or 2 elements on different pages.
Is there a tool or add-on that ...
1
vote
1answer
158 views
Refresh/recalculate css
<div id="box1">
<div id="box2" style="height:60%"></div>
</div>
Update - It turned out to be something silly: there was a parent div that I hadn't closed properly. I'm ...
1
vote
2answers
161 views
how do i remove this yellow box while debugging javascript using web inspector in safari
How do I remove that yellow box? It stays in the same spot regardless of where I move the cursor. If I am not using an external monitor, that yellow box took up half of my screen :(
Thanks!
PS: I ...
1
vote
4answers
339 views
Using WebInspector's Javascript Debugger, how do I break out of an infinite loop?
I wrote an infinite loop in my javascript code. Using WebKit's Web Inspector, how do I terminate execution? I have to quit Safari and reopen it again (after changing my code of course).
EDIT: To be ...
1
vote
3answers
682 views
Examining AJAX HTTP requests using Web Inspector
Is there an easy way to examine the HTTP GET/POST/OPTIONS/HEAD etc requests being made by jquery ajax calls using WebKit's Web Inspector? I'm hand crafting responses and am looking for a simple way ...
0
votes
0answers
31 views
Android Remote web inspector
I have a web application written in DOT net 4.0 and there is a problem with a page when it loads in Android Emulator's Browser but works well in other device.
I am try to use web inspect of the ...
0
votes
0answers
42 views
Understanding Element Inspector output on web page
When I select an entry in the Element Inspector, the appropriate area on the web page is overlaid with translucent blue which is very helpful in determining where elements actually appear on the web ...
0
votes
0answers
16 views
can i use Safari Web Inspector to find out of client request is http 1.0 or http 1.1?
IS there any way i can use Safari Web Inspector to find out if the client request and server response are HTTP 1.0 or HTTP 1.1?
Web Inspector appears to merge the request and respoonse transaction ...
0
votes
0answers
7 views
Add Pseudo Class Inspector to Safari
Pseudo Class Selectors WebKit Inspector:
I know this was a WebKit bug and is now fixed, but I'm wondering why I don't have it in Safari?
How do I add it?
0
votes
1answer
24 views
How can a select elements on a webpage in IE9 when the elements were created with javascript, and not part of the original DOM?
Webkit has the ability to inspect element of the current state of the DOM, not the original state like IE does.
So, how do I inspect element in IE9 such that I can view / edit the current state of ...
0
votes
1answer
133 views
Chrome Dev Tools - “Size” vs “Content”
When viewing information about stylesheets in the Network tab of Chrome dev tools, one column specifies both "size" and "content". Can anybody shed light on the difference between these two numbers? ...
0
votes
0answers
133 views
Safari's Web Inspector is dead… Interface Builder to blame?
Really a very strange situation. I'm running Safari 5.0.5 and over the weekend I updated the OS to 10.6.8 and Interface Builder to the most recent Beta 2 build. Somewhere something went awry and as of ...
0
votes
1answer
336 views
How to embed Firebug Lite in my QWebView widget?
I've started to embed some QWebView widgets to my desktop application (PyQt).
I use JQuery and CSS to enhance appearance and usability.
It would be comfortable to debug my html code with a web ...
0
votes
0answers
92 views
Can I get the Safari web inspector to interpret my stack traces as HTML?
I'm doing some AJAXing with Django, and getting back text/html. When I get a 500 error, the nice HTML-format stack trace is returned. Unfortunately, the HTML source is shown in the web inspector, ...
0
votes
3answers
736 views
Granular DOM/CSS editing using IE9 F12 developer tools: possible?
To solve pesky IE-only layout and CSS issues, I'm trying to use IE9's developer tools to iteratively edit HTML and CSS. Ideally I can get parity with the DOM/CSS-manipulation workflow that I'm used to ...
0
votes
1answer
173 views
WebKit Inspector: Open Resource in TextMate
I thought it would be nice to open a resource from the web inspector sidebar in directly TextMate instead of the web inspector source view, but adding
<script type="text/javascript" ...
0
votes
2answers
132 views
chrome dev tools resource view little numbers
When I open the developer tools in chrome and go to the "Resources" tab, sometimes there are resources which have a red circle with a number to the right of the resource name.
What is that number? ...
0
votes
0answers
177 views
Error logged in WebKit Web Inspector disappears because of page refresh
While hunting a Javascript error related to form submission. I saw an error appear in the Web Inspector then disappear immediately since the form submits and refreshes the page. Is there a console ...