Sublime Forum

Sublime Debugger not finding Debug Adapters

#1

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.

0 Likes

#2

Are you sure that there really aren’t more adapters? Have you tried scrolling? Gnome for example (like MacOS) always hides the scrollbar, if you aren’t scrolling / pressing an arrow key / … On Linux, I see exactly the same 3 adapters, which are the first 3, and no scrollbar (on MacOS, there is a scrollbar). To be honest, if I wouldn’t see also upper parts of the 4th adapter, I may not have had the idea that there are more.

14

0 Likes

#3

Ah, thanks so much! I didn’t realize it would scroll since I didn’t see a scroll bar. The adapters are actually there so issue resolved.

0 Likes