daveleroy / SublimeDebugger

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

UI broken in latest dev builds (4122) #129

Closed rchl closed 2 years ago

rchl commented 2 years ago

The layout is kinda broken, with no variables pane visible (or misplaced)

Screenshot 2021-11-14 at 10 36 12
rchl commented 2 years ago

Will also ask maybe related question here. Is the Terminal view supposed to be scrollable?

Screenshot 2021-11-14 at 12 44 38

I can't access the beginning of the error right now.

Also worth noting that the whole panel is scrollable (intended?) but it doesn't help for this case.

daveleroy commented 2 years ago

@rchl regarding the issues with the terminal. For now you can click on the tab when its already open and it will open the terminal in an output panel.

I have tried a bunch of things to get an integrated terminal working nicely and scrollable and just cannot do it inside a phantom. No way to copy stuff really sucks as well.

I have been slowly working on replacing the integrated terminals with a view that appears when you are debugging and gets removed when you click away from it after debugging. This works great for me since I have a really wide monitor but probably isn't going to be all that great for smaller screens. Probably still better than the phantom approach.

Screen Shot 2021-11-14 at 11 13 17 AM

Also worth noticing that the whole panel is scrollable (intended?) but it doesn't help for this case.

Scrolling is intended and it's useful for the other panels since they expand downwards when they have lots of content. Unfortunately not so useful in the case of a terminal.