[Webkit-unassigned] [Bug 20139] New: Debugger should support eval code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 23 02:28:58 PDT 2008


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

           Summary: Debugger should support eval code
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jl at bindows.net


The new break on "debugger" keyword feature only works if the JavaScript code
belongs to an actual file.
The debugger does not seem to be able to work with code that has been read in
with eval.
Unfortunately most of the code of our JavaScript framework (Bindows) is evaled
in which renders the webkit debugger nearly useless to us.

We have the same problem with FireFox but in Internet Explorer they have solved
this with the Microsoft Script editor.

Could something please be done towards this?


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



More information about the webkit-unassigned mailing list