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 - [81cat] Cancel process "Attaching debugger" doesn't work.
Summary: [81cat] Cancel process "Attaching debugger" doesn't work.
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-15 10:29 UTC by -Silver-
Modified: 2015-08-19 01:14 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 -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.