[Webkit-unassigned] [Bug 14767] New: drosera steps into wrong location in file

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 25 15:16:15 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14767

           Summary: drosera steps into wrong location in file
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Drosera
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alice.liu at apple.com


When debugging a certain site, http://labs.zarate.org/passwd/, i set a
breakpoint on the line that contained the form element, intending to step into
the onsubmit handler. I also have a breakpoint set at the beginning of the
onsubmit handler.  I hit the breakpoint that was set on the form element, but
after hitting the "Step Into" button once, i jumped to a completely unrelated
line in the file, which was not the onsubmit handler.  The function stack,
however, indicated that Drosera thinks that i am inside the onsubmit handler. 

STEPS TO REPRO:
1) attach Drosera to TOT
2) go to http://labs.zarate.org/passwd/
3) set a breakpoint on the line that contains the form element, and at the
beginning of function build_marklet(). 
4) on the webpage, press the "Build Bookmarklet" button
5) you'll break on the form element line.  now Step Into.

RESULTS: 
stepped to a line that is not correct.


-- 
Configure bugmail: http://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