You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Blake McBride (JIRA)" <ji...@apache.org> on 2018/11/09 02:05:00 UTC

[jira] [Created] (NETBEANS-1636) Can't debug dynamically loaded Groovy

Blake McBride created NETBEANS-1636:
---------------------------------------

             Summary: 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


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]

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists