Closed LuciusChen closed 2 months ago
I am using the built-in =project= package in Emacs.
Hi. I am not sure if I follow. Would it be possible for you to illustrate your issue with an screenshot?
When I started dape in the demo project and then switched to the sky project to start dape again, the filepatch
as well as :mainClass
and :projectName
still had the information from the demo project. I had to manually modify them to use dape for debugging in the sky project.
Dape tries to be ergonomic and displays the last "dape" command.
Delete everything except the adapter name jdtls
which forces dape
to re-do lookup for :filePath
, :mainClass
and :projectName
.
There is actually an undocumented keybind C-c C-k
(in the minibuffer) which accomplishes this.
Nice looking Emacs btw!
Hello,
I am currently using the =dape= package and have encountered an issue when switching projects. Despite changing the project, the =filepath= does not update accordingly. Here is a snippet of my configuration: