jtulach opened a new pull request, #4901: URL: https://github.com/apache/netbeans/pull/4901
I am developing mixed [Java+Scala application](https://github.com/enso-org/enso/tree/330612119aba1cbcb310333ca5f06274a67d935b/engine/runtime/src/main) with the NetBeans IDE. I got debugging working, but I have problems to place a breakpoint on constructor of some classes. This is the (disassembled) source I see in the editor:  I can place a method breakpoint on it (as the triangle in left editor gutter indicates). However the breakpoint was is later reported as misplaced. I tracked this down to problems in recognizing constructor of such strangely named Scala classes like: `org.enso.compiler.core.IR$Name$MethodReference`. This PR extracts the _"constructor recognizing logic"_ into its own method and adds few tests to verify current behavior. Then it adds a test and a fix for to make the code work for my usage case 3205d10d00ab9c1123b39e407dcaee7bb13c92cc. -- 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
