frankvdh commented on issue #7696: URL: https://github.com/apache/netbeans/issues/7696#issuecomment-2319953833
Hi Matthias, "Point" is java.awt.Point. I am currently only using it as a convenient way to store (X,Y) integer pairs. This is not a complex multi-threaded app. It happens even when running a single-threaded individual test, so I don't think it's related to variables being written in parallel. Attached are source files... TracerTest has test cases (some of which fail in various ways... testInnerOuter2 [line 423] succeeds), Tracer is the class I'm trying to debug, others are just supporting classes. [Tracer.zip](https://github.com/user-attachments/files/16811262/Tracer.zip) A breakpoint at Line 398 exhibits the fault. "curr.p" shows a value of {1, 0} but below it the value of curr.p.x is shown correctly as 2.  As you can imagine, this displaying of incorrect values (whatever the reason) makes it very tedious to try and debug the application. Frank -- 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
