Web Inspector: show actual breakpoint position in UI.
Created attachment 61801 [details] Proposed patch.
Comment on attachment 61801 [details] Proposed patch. WebKit/chromium/src/js/DebuggerScript.js:102 + return undefined; What will the user see in the UI when setting breakpoint on a comment? Does it simply vanish?
Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebKit/chromium/ChangeLog M WebKit/chromium/src/js/DebuggerScript.js Committed r63626
(In reply to comment #2) > (From update of attachment 61801 [details]) > WebKit/chromium/src/js/DebuggerScript.js:102 > + return undefined; > What will the user see in the UI when setting breakpoint on a comment? Does it simply vanish? It will be set on nearest statement by v8 debugger. Here we got undefined only when trying to set a breakpoint outside a script.