Bug 1260529 - Showing a source in the editor should not update the cursor position. r=jlong

This commit is contained in:
Jason Laster
2016-04-07 12:48:00 -04:00
parent 58f54923c0
commit cb6cd35db0
8 changed files with 92 additions and 96 deletions

View File

@@ -431,7 +431,6 @@ var DebuggerView = {
this.editor.clearDebugLocation();
this.editor.clearHistory();
this.editor.setCursor({ line: 0, ch: 0});
this.editor.removeBreakpoints();
// Only set editor's text and mode if it is a new document