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 64fd48f5b3
commit ecafc16dd2

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");