daveleroy / SublimeDebugger

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

Option to make variables panel wider #247

Closed eugenesvk closed 5 months ago

eugenesvk commented 5 months ago

Is it possible to make the variables panel take the full width of the screen like Console and Protocol? Othewise it's sometimes too narrow Thanks

daveleroy commented 5 months ago

There is already a ticket for resizing panels https://github.com/daveleroy/SublimeDebugger/issues/231.

Making the variables panel full width is unlikely to be implemented it would require adding/removing phantoms not just adjusting the size.