Add additonal Classpaths to nvim-jdtls for dap #561
Unanswered
Spacefreak18
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm thinking about using something like hotswap agent instead of the built in hotcode deploy.
In this workflow, I would build the new class(es), copy them into a folder, and tomcat with hotswap agent would automatically load the newer class in this folder.
Is there a way I can tell dap about this folder, so it can look in this folder for classes in addition to everywhere else it is looking for classes. It's important however, that if it find a class of the same name, it needs to use the class in this folder over any other class.
I don't mind stopping and starting my debug session either.
Beta Was this translation helpful? Give feedback.
All reactions