DAP plugin not showing in menu

CodeLite installation/troubleshooting forum
dawn
CodeLite Enthusiast
Posts: 12
Joined: Fri May 17, 2019 2:54 pm
Genuine User: Yes
IDE Question: C++
Contact:

DAP plugin not showing in menu

Post by dawn »

I updated my Codelite installation to 16.2.0 version (Windows 10 last build) and the new DAP plugin is missing in the plugin menu, even after selecting all plugins in the "Manage plugins" form (where the field isLoaded? states "Yes" for all items) .
I noticed that other plugins are missing, Remoty, Rust and maybe some other from the last ones.
I know that your hint in similar cases is to delete the %appdata%\codelite folder but which settings will be lost after deletion?

dawn
CodeLite Enthusiast
Posts: 12
Joined: Fri May 17, 2019 2:54 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: DAP plugin not showing in menu

Post by dawn »

Do I need to provide any other information?

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: DAP plugin not showing in menu

Post by eranif »

Not all plugins are adding entries to the plugins menu
for example, the DAP plugin adds its settings under:

Settings -> Debug Adapter Client
Can you confirm this is the case for you?

Rust plugin also does not add entries to the plugins menu, to make sure its there, just try to create a new workspace and see if you can create a Rust workspace

Remoty, same - no entry in the plugins menu. To confirm its there -> try and create new workspace and see if you can create workspace of type Remote over SSH

you get the idea ;)

Make sure you have read the HOW TO POST thread
Post Reply