[Webkit-unassigned] [Bug 30212] Each JS execution in console adds extra item into "scripts" combo

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 29 14:34:20 PDT 2009


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





--- Comment #7 from Timothy Hatcher <timothy at hatcher.name>  2009-10-29 14:34:20 PDT ---
(In reply to comment #4)
> I have a very simple fix for this I'm testing now.
> 
> The only little odd thing is that if you step into a function which is not in
> the list, the Scripts combo box shows the name of the last script/resource you
> were in.  In a perfect world, we might want to change the value in the combo to
> "(program)", I suppose, but I'm not sure it's worth the effort.  Especially
> since it seems like this is a path few people will exercise.

I think we need to show "(program)", otherwise the developer can be confused.

It might happen more than you think. If you eval and it calls a function in a
real file and you break in that file. Clicking through the call stack to switch
resources, you will not see the popup change but the source will, and that is
confusing.

-- 
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