Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiroot Debugging #2

Open
jnetman1 opened this issue Feb 5, 2021 · 0 comments
Open

Multiroot Debugging #2

jnetman1 opened this issue Feb 5, 2021 · 0 comments

Comments

@jnetman1
Copy link

jnetman1 commented Feb 5, 2021

Hey Brandon, thanks for the great video! Works well for a simple project, however I am trying to do something a little more complex, with some shared objects in multiple web apps in my workspace, and am curious if you have any ideas on how to make it work. Specifically, I have one root folder (javalibs) with several (src/class) resources in it, and a couple of (webapp1, webapp2, etc) folders with the web app specific resources in them (jsp pages, etc). I want to break on the classes from javalibs while debugging using tomcat against webapp folder, however I can't seem to make that happen. Have tried symlinking the javalibs/src into the webapps folder, symlinking the classes folder into webappX/server/WEB-INF, building a jar file and copying it to webappX/server/WEB-INF/lib , etc, and yet the debugger never stops at any of the breakpoints set in the src. Curious if you have any ideas or examples for something like that. Thanks in advance for any insight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant