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 254388

Summary: [81cat] Cancel process "Attaching debugger" doesn't work.
Product: debugger Reporter: -Silver-
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 10 x64   
Issue Type: DEFECT Exception Reporter:

Description -Silver- 2015-08-15 10:29:37 UTC
1. Go to menu Debug -> Attach Debugger..
2. Insert 
- JPDA
- Socket listen
- dt_socket
- localhost
- 1234
And press Ok
3. The status bar at the bottom right of the screen shows that the task "Attaching debugger" is running.
4. Click on the X button on the status bar to cancel the process.
5. A dialog appears "Are you sure you want to cancel attaching debugger?". Click on Yes.

Nothing happens, the attaching debugger dialog continues to run.
Comment 1 Martin Entlicher 2015-08-17 13:08:33 UTC
Fixed by changeset:   290896:38fdb458c23a
http://hg.netbeans.org/core-main/rev/38fdb458c23a
Comment 2 Quality Engineering 2015-08-19 01:14:00 UTC
Integrated into 'main-silver', will be available in build *201508190002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/38fdb458c23a
User: mentlicher@netbeans.org
Log: #254388: Action providers are hidden behind ContextAware impl.