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 162038 - Attach Debugger action forgets the last selected option
Summary: Attach Debugger action forgets the last selected option
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
: 160759 162104 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-04-06 14:08 UTC by Tomas Mysik
Modified: 2009-04-28 19:38 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 Tomas Mysik 2009-04-06 14:08:34 UTC
I use Java SE & PHP so I have Java and JavaScript debuggers available; every time I invoke Attach Debugger action, JavaScript
debugger is the default option even if I used Java debugger previously. It's very annoying to change the option every time :/

Thanks.

Product Version: NetBeans IDE Dev (Build 200904020200)
Java: 1.6.0_10; Java HotSpot(TM) 64-Bit Server VM 11.0-b15
System: Linux version 2.6.27-11-generic running on amd64; UTF-8; cs_CZ (nb)
Comment 1 Martin Entlicher 2009-04-07 13:53:26 UTC
*** Issue 162104 has been marked as a duplicate of this issue. ***
Comment 2 Martin Entlicher 2009-04-07 13:57:35 UTC
Raising to P2 due to a duplicate of P2. This used to work, therefore it must be a regression.
Comment 3 Martin Entlicher 2009-04-07 14:21:28 UTC
This was broke down by the changes to the debugger lookup system.
All attaching connectors are different instances of one proxy class.
Comment 4 Martin Entlicher 2009-04-08 14:21:48 UTC
Fixed in changeset:   125705:f348005dc5a4
http://hg.netbeans.org/main/rev/f348005dc5a4
Comment 5 Quality Engineering 2009-04-09 19:35:59 UTC
Integrated into 'main-golden', will be available in build *200904091401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f348005dc5a4
User: mentlicher@netbeans.org
Log: #162038 - Remember the last attach type by it's display name and not by class name, which is identical for all now.
Comment 6 Filip Zamboj 2009-04-21 15:06:32 UTC
Product Version: NetBeans IDE 6.7 Beta (Build 200904192254)
Java: 1.6.0_13; Java HotSpot(TM) 64-Bit Server VM 11.3-b02
Comment 7 Martin Entlicher 2009-04-28 19:38:47 UTC
*** Issue 160759 has been marked as a duplicate of this issue. ***