This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 253865 - [81cat]Debugging panel is not emptied when the debugged application is close in multithread debugging
Summary: [81cat]Debugging panel is not emptied when the debugged application is close ...
Status: RESOLVED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-27 14:37 UTC by -Silver-
Modified: 2015-08-19 22:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description -Silver- 2015-07-27 14:37:18 UTC
Hi, 
this is a very minor issue, I think it is just the miss of a repaint call, I just signal it because doesn't fulfill a test case of netcat 8.1 .


Following the multithreaded debugging test suite for netcat 8.1 I do those steps:

1. Open the project Memory view
2. Click on Debug Project.
-- At this point the Debugging panel located on the left near the projects/files/services panels shows the active threads.
3. Leaving this debugging session open I go into the projects panel and do another time Debug Project.
-- Into the debugging panel is added a JCombobox from which I can select the debug session.
4. Stop a debug session
-- The Jcombobox that allows to select the debug session is removed from the debugging panel because now there is only one debug session.
5. Stop the other debug session
-- The debugging panel is emptied but it is not refreshed so it continues to show the threads till I don't click on it.
Comment 1 stwr 2015-07-29 06:06:53 UTC
I cannot reproduce it.

Product Version: NetBeans IDE 8.1 Beta (Build 201507231027)
Java: 1.8.0_60-ea; Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-ea-b25
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
User directory: C:\Users\cendrowiczm\AppData\Roaming\NetBeans\8.1beta
Cache directory: C:\Users\cendrowiczm\AppData\Local\NetBeans\Cache\8.1beta
Comment 2 -Silver- 2015-07-29 10:49:00 UTC
Hi, 
I tried again now and actually the issue is not reproducible anymore. So it should occur in particular conditions. 
In any case I had this issue many time during the debugger tests yesterday so I'm quite sure that it is not a singular case.
I'll investigate more to try to provide a scenario that always reproduce the issue.
Best regards,


--
Giuseppe Tino
Comment 3 Jiri Kovalsky 2015-08-19 22:35:02 UTC
OK, thanks for the update. When you find some steps to reproduce the bug, don't hesitate to reopen this issue. Thanks!