Hi, I noticed the following behaviour when debugging netbeans:
I run several unittest files in debugging mode. This works most of the time, but after some runs I see a strange effect: The "Debugging" Tab (list of threads) and the "Variables" and "Evaluation Result" Tabs are left empty. Empty in this case means in the Debugging Tab the tab list is not populated (only a white space) and the button area is expanded, but no buttons are shown. The other two tabs are completely empty. Break points are still hit and can be controlled, so the basic JPDA support must still work, evaluate expression works, as a System.out.println causes output of the debugged programm, results are obvisously not display (see before). I run this on JDK 11, log is empty with regards to this. Can somebody give me a hint how to diagnose the problem? Greetings Matthias --------------------------------------------------------------------- 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
