martomo / SublimeTextXdebug

Xdebug debugger client for Sublime Text
MIT License
564 stars 89 forks source link

New tabs opened by breakpoints are automatically scrolled to the bottom of the page #209

Closed TechhDan closed 2 years ago

TechhDan commented 2 years ago

Whenever a tab is opened for the first time while in the debugging session due to "Step into" the view is scrolled to the very bottom of the page. Forcing the user to scroll up the page to view the breakpoint. If the tab is already open this does not happen and the view is scrolled properly to the breakpoint.

Screen capture https://watch.screencastify.com/v/ZS81EMn6UHthX8wO6NBm

Environment

Sublime Text

Operating system: Ubuntu 20.04.3 LTS Installed version/build: Sublime Build 4113 Python version: 3.8.8

Server

Operating system: Local PHP/Xdebug version: PHP 7.4.15 / Xdebug 3.0.2

Configuration

php.ini/xdebug.ini

xdebug.mode=debug
xdebug.output_dir=/var/www/html/temp/xdebug/
TechhDan commented 2 years ago

I updated my Sublime version today from Build 4113 to Build 4121 and this has fixed the issue! Thank you so much.