daveleroy / SublimeDebugger

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

Debugger UI scaling/region issue #253

Closed SomedudeX closed 4 months ago

SomedudeX commented 4 months ago

I have encountered an issue where the variables section of the debugger panel gets "squished" down below the callstack/breakpoints panels. See video and image for more details

https://github.com/daveleroy/SublimeDebugger/assets/101906945/da37baca-5961-45a8-98af-41ec7de93210

Screenshot 2024-03-21 at 18 23 22

This issue stops if I go into Debugger's settings and change the ui scale to be lower than 4. I am happy to provide more information if necessary.

daveleroy commented 4 months ago

This is a duplicate of https://github.com/daveleroy/SublimeDebugger/issues/223