blakemcbride opened a new issue, #4715: URL: https://github.com/apache/netbeans/issues/4715
### Apache NetBeans version Apache NetBeans 15 ### What happened I am debugging a Groovy program. Once a breakpoint is hit, I am using "Step Over" to step through the lines. The debugger is going to lines that it should not. For example, I hit a breakpoint at the following point:  After hitting "Step Over" NetBeans goes to the next line as expected:  Again, "Step Over" is hit, and NetBeans goes to the correct line:  Once again, I get the "Step Over" button, and NetBeans goes to the wrong line:  Interestingly, rather than execute the line it is on (a return) it skips over it when I hit the "Step Over" button:  So, basically, it showed that it stopped at the return statement when the return statement should not (and did not) occur at all. Thanks! ### How to reproduce _No response_ ### Did this work correctly in an earlier version? No / Don't know ### Operating System Fedora Linux ### JDK 17 ### Apache NetBeans packaging Apache NetBeans binary zip ### Anything else This is just one small example that I took the time to document. The Groovy debugger has many problems. ### Are you willing to submit a pull request? No ### Code of Conduct Yes -- 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
