[Webkit-unassigned] [Bug 21262] JavaScript Debugger doesn't play nice with functions created with eval/(new Function())

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 1 22:37:54 PDT 2008


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





------- Comment #3 from rboucher at gmail.com  2008-10-01 22:37 PDT -------
I think perhaps using the first N characters of the first non empty line is a
good (first attempt) proxy for a file name.

This means that anyone formatting their code to include newlines can properly
label the first line with a comment containing whatever they'd like displayed
to the debugger.  Non empty should be defined to exclude empty comment lines
(in other words the first line to contain something more than just whitespace,
//, /*, or *).

Definitely no substitute for real naming, but perhaps something that would be
easy enough to add in for the time being.


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