You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/08/04 14:44:44 UTC

[GitHub] [netbeans] entlicher commented on pull request #4442: Make sure, that Java, Groovy and Truffle breakpoints are not clashing

entlicher commented on PR #4442:
URL: https://github.com/apache/netbeans/pull/4442#issuecomment-1205357289

   > Well, I have the issue, though not sure how to fix. So even with this PR, when a line breakpoint added to a Groovy file the base JPDA java support places an annotation at:
   > 
   > https://github.com/apache/netbeans/blob/06a31ed66a97a0be7c9c9fe2a2fc0477f7b7e8b9/java/debugger.jpda.projectsui/src/org/netbeans/modules/debugger/jpda/projectsui/BreakpointAnnotationManager.java#L63
   > 
   > Then the Groovy one registers another annotation. That's why the duplicates. @entlicher could tell the truth how to resolve this.
   > 
   > What I could/would do is removing the breakpoint registration from Groovy entirely as it seems JPDA takes care of that.
   
   It is possible that GroovyBreakpointAnnotationListener is not necessary. But this class is there for a long time already, thus I doubt this is a new issue. I've just moved the class to a different package only.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

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