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 118497 - Toggle line breakpoint does not work in deactivated-activated debugger
Summary: Toggle line breakpoint does not work in deactivated-activated debugger
Status: CLOSED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-11 08:50 UTC by ehucka
Modified: 2010-04-29 09:36 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 ehucka 2007-10-11 08:50:15 UTC
Product Version: NetBeans IDE Dev (Build 20071011035158)
Java: 1.6.0_02; Java HotSpot(TM) Server VM 1.6.0_02-b05
System: Linux version 2.6.20-16-generic running on i386; UTF-8; en_US (nb)

To reproduce deactivate and after restart of ide activate java debugger plugin. Than try to toggle line breakpoint from
gutter or from context menu.

Result:

gutter action does not work and toggle line breakpoint menu action is disabled when debugger is not running

Field and method breakpoints works.
Comment 1 ehucka 2007-10-11 08:51:21 UTC
After restart of ide it works again.
Comment 2 Roman Ondruska 2007-10-12 08:57:29 UTC
We should discuss whether this is to be fixed for NB 6. I believe that there is not major impact on real users.
Comment 3 Daniel Prusa 2008-06-26 14:04:03 UTC
Partially fixed. List of ActionProviders registered in ActionManager is cleared after debugger module install/uninstall
so that all the providers are initialized again.

After debugger module reinstall, toggle breakpoint action is enabled since debugger is started (it is still enabled when
finishing it), but there is problem with displaying breakpoints in the editor (nothing is displayed).
Requires further investigation.

changeset 078d29414db9 in main
details: http://hg.netbeans.org/main?cmd=changeset;node=078d29414db9
Comment 4 Quality Engineering 2008-06-27 16:10:59 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #285 build
Changeset: http://hg.netbeans.org/main/rev/078d29414db9
User: Daniel Prusa <dprusa@netbeans.org>
Log: #118497: clear list of action providers in ActionManager on module install/uninstall
Comment 5 Martin Entlicher 2008-11-07 17:05:50 UTC
Since uninstalling debugger is almost impossible after introduction of kits (debugger is in a kit together with Java),
resolving as later.
Comment 6 Quality Engineering 2009-11-02 11:14:53 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX
Comment 7 Quality Engineering 2010-04-29 09:36:07 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.