[
https://issues.apache.org/jira/browse/NETBEANS-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Blake McBride updated NETBEANS-1636:
------------------------------------
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]
was:
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 immediatly
reflects the change. It just ignores breakpoints in Groovy.
All of the code is at [https://github.com/kiss-web/Kiss]
> Can't debug dynamically loaded Groovy
> -------------------------------------
>
> Key: NETBEANS-1636
> URL: https://issues.apache.org/jira/browse/NETBEANS-1636
> Project: NetBeans
> Issue Type: Bug
> Components: cnd - Debugger
> Affects Versions: 8.2
> Environment: 64 bit Linux, Java 8, Tomcat 8.0.27
> Reporter: Blake McBride
> Priority: Major
>
> 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]
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists