Bug 917189 - Removed the debug icon on the caret position, r=vporof

This commit is contained in:
Hubert B Manilla 2013-10-04 00:36:37 +03:00
parent 99f5dbc55e
commit fb81848f49

View File

@ -483,7 +483,7 @@ WebConsole.prototype = {
let showSource = ({ DebuggerView }) => {
if (DebuggerView.Sources.containsValue(aSourceURL)) {
DebuggerView.setEditorLocation(aSourceURL, aSourceLine);
DebuggerView.setEditorLocation(aSourceURL, aSourceLine, { noDebug: true });
return;
}
toolbox.selectTool("webconsole");