RESOLVED WONTFIX 70202
Web Inspector: breakpoints in inline scripts do not work in formatted mode.
https://bugs.webkit.org/show_bug.cgi?id=70202
Summary Web Inspector: breakpoints in inline scripts do not work in formatted mode.
Pavel Feldman
Reported 2011-10-16 11:07:51 PDT
- Visit http://31.149.93.249/ate?cmd=site&page=apps - Pretty-print - Set breakpoint in the inline script of the html file. - Reload the page Breakpoint is not hit.
Attachments
Pavel Podivilov
Comment 1 2011-10-17 08:18:38 PDT
The document served from http://31.149.93.249/ate uses CR line endings. WebKit HTMLParser doesn't count CRs as line breaks, but v8 does. Hence the mess with line numbers.
Note You need to log in before you can comment on or make changes to this bug.