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 39591 - Missing shortcut for Step Into action
Summary: Missing shortcut for Step Into action
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2004-02-04 10:48 UTC by Milan Kubec
Modified: 2004-02-10 15:19 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack trace (8.96 KB, image/gif)
2004-02-04 15:52 UTC, Tomas Pavek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2004-02-04 10:48:49 UTC
[release35beta, JDK 1.5.0 b32c]
After couple minutes of working with IDE (some
debugging, editing of form) the shortcut for
StepInto action has disappeared. Shortcut is
correct after restart until I do something with
form. It seems that it happens after clicking some
component in Inspector.
Comment 1 Milan Kubec 2004-02-04 10:54:19 UTC
I meant release36beta, of course.
Comment 2 Milan Kubec 2004-02-04 11:22:39 UTC
Just happened to me on JDK 1.4.2_03. Please evaluate.
Comment 3 Milan Kubec 2004-02-04 12:23:23 UTC
This is importatnt shortcut and it's regression.
Comment 4 Tomas Pavek 2004-02-04 15:52:15 UTC
Interesting bug. It happens after changing selection of several nodes
in the Component Inspector. Looks like the shortcut is cleared by the
property sheet, though I don't know why. I'm attaching a screenshot of
stacktrace from a debug session where the shortcut was set to null on
StepIntoAction. Tim - any idea what the problem is?
Comment 5 Tomas Pavek 2004-02-04 15:52:54 UTC
Created attachment 13246 [details]
stack trace
Comment 6 _ tboudreau 2004-02-04 17:51:24 UTC
Because while writing dynamic mnemonic generation code for the new tabs, I first tried it 
using Lookup.getDefault().lookup(Keymap.class).  Then switched to using standard button 
mnemonics and deleted the code to set up the mnemonics via Lookup...but not the code 
to tear them down :-/

Thanks for catching this, I feel stupid :-)

 SheetTabbedPane.java
new revision: 1.6; previous revision: 1.5
done
Comment 7 Milan Kubec 2004-02-10 15:19:03 UTC
Verified in dev-200402091900.