Reputation: 20178
I'm trying to do the following: I have a Maven project what I would like to set breakpoints on code from a dependency. The dependency is an other project which I have open in NetBeans, but is also available in my Maven repository, including its source code. Whenever I set a breakpoint in the project's code it's not used by the debugger. However, whenever I set a breakpoint in the Maven dependencies source code it is used!
Also, when I Ctrl+click a reference to the dependency project from my main project, I end up in the Maven source (.sources.jar
) instead of the project source. So I'm unable to edit and need to navigate to that file in the other project in order to start editing.
Is there some configuration to prevent this from happening? It was working fine with NetBeans 8.2.
Upvotes: 1
Views: 137