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 91602

Summary: Debugging Swing applications hang KDE
Product: debugger Reporter: rgummi <rgummi>
Component: CodeAssignee: issues@debugger <issues>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description rgummi 2006-12-27 21:51:58 UTC
If debugging an event handler e.g PopupMenuListener the whole KDE is blocked.
This works with Java 5
System: Suse Linux 10.1 (64 bit), KDE (3.5.1). Java 6 (32 bit). Netbeans 5.5
Comment 1 Martin Entlicher 2007-01-02 14:02:53 UTC
This is unfortunately not solvable AFAIK. The problem is, that the debugged
application acquired focus and is suspended by the debugger. So other
applications (including the debugger) can not gain the focus. You need two
independent terminals to debug code like this.
Comment 2 Martin Entlicher 2007-08-16 13:38:27 UTC
-
Comment 3 Martin Entlicher 2007-08-16 13:39:39 UTC
This is a duplicate of issue #93076 - JDK bug 6517045.

*** This issue has been marked as a duplicate of 93076 ***
Comment 4 Quality Engineering 2010-04-29 09:31:21 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.