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 195325 - Shift+F8 to Step Over Expression does not work
Summary: Shift+F8 to Step Over Expression does not work
Status: VERIFIED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-11 11:32 UTC by Jiri Kovalsky
Modified: 2011-02-11 17:11 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 Jiri Kovalsky 2011-02-11 11:32:53 UTC
Product Version: NetBeans IDE 7.0 Beta 2 (Build 201102100000)
Java: 1.6.0_23; Java HotSpot(TM) 64-Bit Server VM 19.0-b09
System: Linux version 2.6.35-22-generic running on amd64; UTF-8; cs_CZ (nb)
Userdir: /home/cesilko/.netbeans/7.0beta2

Description:
============
It looks like there is no keystroke to control stepping over expression and one only has to use either toolbar button or action from the main menu. Shift+F8 does nothing.

Steps to reproduce:
===================
1. Create new Anagram Game sample application.
2. Toggle breakpoint at line 58 in Anagrams.java file.
3. Invoke "Debug > Debug Project" from the main menu.
4. Once the breakpoint is hit, press Shift+F8 but nothing happens although it should prepare for execution of getScrambledWord(wordIdx) method call.
Comment 1 Martin Entlicher 2011-02-11 15:31:47 UTC
Hmm, strange. It works without any problem for me. :-(
Comment 2 Martin Entlicher 2011-02-11 15:34:25 UTC
Is it possible that SHIFT-F8 is consumed by your system?
What happens when you go to Tools -> Options -> Keymaps, click to "Search in Shortcuts" text field and press SHIFT-F8? Does it find "Step Over Expression" action?
Comment 3 Jiri Kovalsky 2011-02-11 15:47:04 UTC
I guess you could be right. I can only press Shift OR F8 and not together. How do I find out what consumes the keystroke? I looked into my operating system key shortcuts but I didn't find Shift+F8 there. :(
Comment 4 Martin Entlicher 2011-02-11 17:00:54 UTC
Well, I do not know how to find out what consumes your keystroke.
I have system shortcuts under System -> Preferences -> Keyboard Shortcuts in Ubuntu. But if SHIFT-F8 is not accepted by the Keymap tab in NetBeans, there's nothing I can do with it in debugger.
Comment 5 Jiri Kovalsky 2011-02-11 17:11:21 UTC
OK, at least we have the issue here for future reference.