Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
8.2
-
None
-
None
Description
I'm using Gradle support to work with a multiproject in Netbeans.
When I try to debug my root project, everything works fine, but Netbeans do not highlight the line where the debugger stopped. I have to watch the Debugger Console to know what is happening.
My root project use a servlet container to launch all my subprojects and debug them all at once.