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 58727

Summary: A disconnected dialog appears unexpectedly
Product: debugger Reporter: Jiri Skrivanek <jskrivanek>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: VERIFIED FIXED    
Severity: blocker Keywords: T9Y
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description Jiri Skrivanek 2005-05-10 10:20:19 UTC
A dialog with message "The action was not completed, debugged application was
disconnected." appears sometimes when user wants to debug J2SE project. I can
reproduce it in tests and manually when more projects are open, so it can be a
timing issue. But steps to reproduce it anytime are as follows:

- start IDE with empty userdir
- create J2SE project from template
- quickly many times press F5 key (let's say 10 times)
- after while the dialog appears

It affects some automated tests and it started to happen in build 200505051800.

Build 20050509-1016, WindowsXP, JDK1.5.0_03.
Comment 1 Martin Entlicher 2005-05-16 17:49:09 UTC
Reproduced.
This is strange, no such message should be provided in this case.
Will look at it...
Comment 2 Martin Entlicher 2005-05-17 11:52:31 UTC
Fixed in trunk:

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/actions/PauseActionProvider.java,v
 <--  PauseActionProvider.java
new revision: 1.8; previous revision: 1.7
Comment 3 Jiri Skrivanek 2005-05-18 12:56:59 UTC
Verified.