daveleroy / SublimeDebugger

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

Debugger UI scaling/region issue #253

Closed SomedudeX closed 8 months ago

SomedudeX commented 8 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 8 months ago

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