Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
8.2
-
None
-
None
-
64 bit Linux, Java 8, Tomcat 8.0.27
Description
I have a program that can load (Java or Groovy) source code and compile it into JVM bytecode to execute in a Tomcat environment. (microservices). I can put breakpoints in either under IntelliJ and it breaks as expected. NetBeans works fine for Java but ignores breakpoints set in Groovy. I am sure it is executing correctly because if I change the source code, the REST service immediately reflects the change. It just ignores breakpoints in Groovy.
I do have the Groovy feature activated.
All of the code is at https://github.com/kiss-web/Kiss