New to Sublime Text. Using Stable 4180 under Linux. Need some help figuring this problem out.
Installed the Debugger and it installed to:
~/.config/sublime-text/Packages/Debugger
I see the debug adapters .py files in the package folder:
~/.config/sublime-text/Packages/Debugger/modules/adapters
But when I go to install a Debug Adapter from the package using Tools->Debugger->Install Adapters it only shows a couple:
But there should be over 10 of them listed. Here are the actual Debug Adapters from the package directory ~/.config/sublime-text/Packages/Debugger/modules/adapters
:
elixir.py
emulicious_debugger.py
firefox.py
gdb.py
go.py
init.py
java.py
js.py
lldb.py
lua.py
mock.py
php.py
python.py
ruby.py
sublime_adapter.py
sublime_adapter_runtime.py
Could someone please tell me how to get the Debugger to see all the available Debug Adapters so I can install the one I want?
Thank you.