Skip to content
This repository was archived by the owner on Aug 28, 2020. It is now read-only.

Commit d396a30

Browse files
committed
Merge pull request #146 from robertbasic/fix/issue128
Do not jump to the top of the file every time a debugging session starts. Fixes #128
2 parents 67ddfca + d1b51f7 commit d396a30

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
### Fixed
1010
- Fix for GTK critical errors on Ubuntu
11+
- Do not jump to top of the file every time a debugging session starts
1112

1213
### Removed
1314

pugdebug/gui/document.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ def remove_line_highlights(self):
276276
277277
Clear the extra selections in the file.
278278
"""
279-
self.move_to_line(0)
280279
self.setExtraSelections([])
281280

282281
def block_has_breakpoint(self, block):

0 commit comments

Comments
 (0)