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/05/26 08:27:46 UTC

[GitHub] [netbeans] entlicher opened a new pull request, #4153: Groovy debugger in a separate module, depends on Groovy parser to retrieve names of Groovy classes.

entlicher opened a new pull request, #4153:
URL: https://github.com/apache/netbeans/pull/4153

   Breakpoints in Groovy debugger do not currently work in inner classes. The name of the class breakpoint is submitted to is obtained from the name of the script. We need to retrieve class information from the Groovy parser.
   This is why we extract `groovy.debug` from `groovy.support` to be able to depend on `groovy.editor` where the parser is.


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


[GitHub] [netbeans] entlicher merged pull request #4153: Groovy debugger in a separate module, depends on Groovy parser to retrieve names of Groovy classes.

Posted by GitBox <gi...@apache.org>.
entlicher merged PR #4153:
URL: https://github.com/apache/netbeans/pull/4153


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


[GitHub] [netbeans] neilcsmith-net commented on pull request #4153: Groovy debugger in a separate module, depends on Groovy parser to retrieve names of Groovy classes.

Posted by GitBox <gi...@apache.org>.
neilcsmith-net commented on PR #4153:
URL: https://github.com/apache/netbeans/pull/4153#issuecomment-1193820722

   Please take a look at #4415 and confirm whether or not that issue is caused by this change.  It's a potential blocker to NB15 release.  Thanks!


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