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 2020/10/23 13:24:07 UTC

[GitHub] [netbeans] entlicher opened a new pull request #2481: Prevent from a deadlock between debugger and debuggee when breakpoint is resolved right during it's submission.

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


   Breakpoints into GraalVM scripts are submitted through a call into `JPDATruffleAccessor`, which uses Truffle debugger APIs to install the breakpoint. It does not need to notify about breakpoint resolution synchronously, as it returns the breakpoint object resolved already, when it occurs synchronously. The `breakpointResolvedAccess` is for asynchronous resolution 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.

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 #2481: Prevent from a deadlock between debugger and debuggee when breakpoint is resolved right during it's submission.

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


   


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

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] lkishalmi commented on pull request #2481: Prevent from a deadlock between debugger and debuggee when breakpoint is resolved right during it's submission.

Posted by GitBox <gi...@apache.org>.
lkishalmi commented on pull request #2481:
URL: https://github.com/apache/netbeans/pull/2481#issuecomment-715420924


   Seems to be fine. BTW would it be worth to backport this one for a NetBeans 12.0-u2 ?


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

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