daveleroy / SublimeDebugger

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

Enable old view #150

Closed WeetHet closed 2 years ago

WeetHet commented 2 years ago

How to enable old view of terminal console (in panel)?

daveleroy commented 2 years ago

It was removed since it was a massive time sink and I could never actually get it to work well enough. If minihtml ever gets more features allowing copy/paste/scrolling etc then its possible it will come back.

For most real world debugging tasks it was not very useable.

WeetHet commented 2 years ago

But the view you use now break split view and groups

daveleroy commented 2 years ago

There is a list of commands that are run to create the layout and focus the group where the view will be created in the settings so you can customize it.

If you already have a split layout the only thing you need to do is focus the group you want the console to be created in.