daveleroy / SublimeDebugger

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

Does it work without terminus ? #258

Closed AmjadHD closed 3 months ago

AmjadHD commented 3 months ago

No matter what value of "terminal" or "console", I can't run my task without terminus. OS: Windows 10.

daveleroy commented 3 months ago

Tasks always use terminus.

The preference external_terminal controls what terminal is used when a debug adapter requests an external terminal and that defaults to terminus as well.

https://github.com/daveleroy/SublimeDebugger/blob/master/modules/terminal_external.py has implementations for a select few but they are not really tested so you might need to contribute changes to get them working or add new ones if you want to support other terminals

dbrignoli commented 3 months ago

FYI, in my experience, setting "console" to "internalConsole" avoids the dependency on Terminus.