Re: Debug frameworks with maven project

2024-04-15 Thread Hugi Thordarson via Webobjects-dev
I don't think I've ever had to attach sources of maven projects manually in Eclipse (although I recall hitting something like this in a far past). And given the second problem, it kind of sounds like the link between the app project and the libraries/frameworks is completely broken. Paul's sugg

Re: Debug frameworks with maven project

2024-04-15 Thread Paul Hoadley via Webobjects-dev
Hi Samuel, On 11 Apr 2024, at 03:45, Samuel Pelletier via Webobjects-dev wrote: > I created a new workspace with the latest Eclipse to migrate my project to > maven. My projects run and I can debug the application code (set breakpoint, > click on exception stack trace to open project source)