[Webkit-unassigned] [Bug 31408] Missing JS display in Debugger

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 9 07:12:51 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31408





--- Comment #6 from Martin Häcker <spamfaenger at gmx.de>  2009-12-09 07:12:51 PST ---
This bug is really annoying - but since nobody else has latched on to this bug
report I guess it is my usage pattern that may help to show this bug much more
often - so I will describe it here in the hope that it helps squashing the bug.

My usecase is coding and debugging js heavy applications - which we do
test-driven.

That means that I constantly have a safari running that reloads the page that
contains the test-suite three seconds after it has run to completion.

Then when I want to debug something (mostly a test that is baffling me) I set a
breakpoint in that test and open the web-inspector to halt there and let me
step into my code to see what is broken.

this is when the "js not showing" bug hits me the worst.

Another info for reproduction: the js file visible before the page is reloaded
(to get to the initial breakpoint again) is most likely to be the one that is
hidden after the reload.

So if a js file is hidden, it helps to switch the debugger to a different js
file and then hit reload - mostly this works around the problem (but very
annoying).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list