Execution line is not revealed when debugger is stopped if scripts panel was not yet shown.
Created attachment 130177 [details] Patch
Comment on attachment 130177 [details] Patch Attachment 130177 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/11818174 New failing tests: inspector/debugger/callstack-placards-discarded.html
@podivilov: could you take a look?
Comment on attachment 130177 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=130177&action=review Looks good! > Source/WebCore/inspector/front-end/SourceFrame.js:216 > + if (this._lineToReveal) _lineToReveal is zero based, please fix the condition or delete unconditionally.
Created attachment 130350 [details] Patch
Committed r109903: <http://trac.webkit.org/changeset/109903>