Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] M2Eclipse debug sources not displayed correctly

You can manually configure source lookup path launch configuration
dialog. This won't work if your applications uses multiple versions of
the same library and you need to remember to update source lookup path
whenever project dependency versions change, but it should work otherwise.

--
Regards,
Igor

On 2013-05-01 2:07 PM, Martin B wrote:
Hello,

I have been trying to figure out this one for a long time now, but can't
find a solution.

Debugging with M2Eclipse is very difficult since it's not able to
display the correct source files.  When I hit a breakpoint it usually
displays an empty page with the text "Source not found".   It seems like
I'm not the only with this problems (found a few other threads on the
subject), but I was never able to fix the problem.    Apparently, remote
debugging can be used as a workaround but it doesn't work for me.  Also,
I found this
https://github.com/ifedorenko/com.ifedorenko.m2e.sourcelookup, but it
runs only on Eclipse Kepler and I have to stay on Juno because of some
other plugin I need which is not compatible yet with Kepler.

Anybody can help me?

Thank you!

Martin




_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users



Back to the top