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 166728 - Memory toolbar turned-on while starting debugger
Summary: Memory toolbar turned-on while starting debugger
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-08 16:14 UTC by Marian Mirilovic
Modified: 2009-06-17 10:36 UTC (History)
2 users (show)

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 Marian Mirilovic 2009-06-08 16:14:04 UTC
NB 6.7 RC2, JDK 6u14 64b, Ubuntu 9.04 64b

Steps to reproduce:
- run IDE
- create J2SE project
- edit Main.java
- put breakpoint into file
- start debugger
-> Memory toolbar is opened (and closed once debugging finishes)
Comment 1 Martin Entlicher 2009-06-09 10:23:33 UTC
This was changed in core in http://hg.netbeans.org/release67/rev/2a546e69fb22

<Toolbar name="Memory" visible="false"/> should be added into Debugging.xml as well. But in release67 only I guess.
Comment 2 Marian Mirilovic 2009-06-09 10:42:45 UTC
Martin - agreed ... could we do that ? 

Tondo, this is part of branding, isn't it ?
Comment 3 Martin Entlicher 2009-06-09 13:06:01 UTC
I have no problem fixing this, if Petr agrees. Since this does not fit into the rules at
http://wiki.netbeans.org/NB67HighResistance (should not be fixed in trunk in this case), I guess it needs a permission
from the release boss...
Comment 4 Marian Mirilovic 2009-06-09 13:12:33 UTC
> I guess it needs a permission from the release boss...

Martin, go ahead and fix it into release67 directly. Thanks in advance.
Comment 5 Martin Entlicher 2009-06-09 13:31:49 UTC
O.K. Fixed in release67 in changeset:   133470:2244676d9bab
http://hg.netbeans.org/release67/rev/2244676d9bab
Comment 6 Antonin Nebuzelsky 2009-06-09 16:49:57 UTC
Debugging.xml was not in the checklist. I added it there now.

Interesting that this problem was not visible in previous releases. Debugging.xml is in the codebase for a long time.
Maybe it was not used before...
Comment 7 matusdekanek 2009-06-17 10:36:43 UTC
works, marking verified