daveleroy / SublimeDebugger

Graphical Debugger for Sublime Text for debuggers that support the debug adapter protocol
MIT License
366 stars 41 forks source link

Do not scroll during debugging session #237

Closed kcfnmi closed 3 months ago

kcfnmi commented 6 months ago

While debugging python, while jumping thought lines it auto scrolls vertically. So the line the debugger is in stays at the center.

I would prefer to keep the scroll position and, instead, just move the highlight to the next break position.

https://github.com/daveleroy/SublimeDebugger/assets/109356759/cc938727-3298-4de4-bd8c-7ddeaa5fa19a

daveleroy commented 3 months ago

view.show is now used to show the current line