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 - Debugging Swing applications hang KDE
Summary: Debugging Swing applications hang KDE
Status: CLOSED DUPLICATE of bug 93076
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-27 21:51 UTC by rgummi
Modified: 2010-04-29 09:31 UTC (History)
0 users

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 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.