entlicher commented on PR #4004: URL: https://github.com/apache/netbeans/pull/4004#issuecomment-1105752296
Many thanks Petr for thorough review. We do not have a special stepping filter for boxing/unboxing methods in Java debugger, hence the user gets there during stepping from Groovy. We have a special logic around Step Into in Java debugger, which detects the available methods from the code. This is why you do not step into boxing methods like `Integer.valueOf()` during Java debugging. You will get there if "Step Into Next Method" (Shift-F7) is used, which is used in Groovy. Groovy has no special method-selection logic implemented. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- 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
