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 66652

Summary: Change continue shortcut from Ctrl+F5 to F5
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: CodeAssignee: jrojcek <jrojcek>
Status: CLOSED DUPLICATE    
Severity: blocker Keywords: UI
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 90133    
Bug Blocks:    

Description Martin Entlicher 2005-10-12 18:38:30 UTC
As reported at nbusers@netbeans.org:

Continue is used much more often then start debugging. But Start debugging is F5
and continue is CTRL-F5. Therefore it would be better to swap these shortcuts.
Comment 1 Martin Entlicher 2005-10-12 18:41:20 UTC
Jano, can you please consider this change?
Comment 2 fuerte 2005-10-12 21:53:30 UTC
How about F5 starts debugging and also continues, as happens in other debuggers
I have used to (Visual Studio). It does not (usually) make much sense to start
another debugging session when you have one already running.
Comment 3 teyc 2006-08-14 04:46:33 UTC
fuerte is correct. I prefer for F5 key-bindings to have two meanings:
1) When program is running, F5 means continue
2) When program isn't, F5 means Start process
Comment 4 Martin Entlicher 2006-12-02 00:27:17 UTC
There is an associated issue #90133. We can change the shortcut according to the
resolution of issue #90133.
Comment 5 Petr Cyhelsky 2008-04-16 15:31:02 UTC
The reason for the issue is fixed, if there are other issues with shortcuts in debugger see issue #90133 (especially the
third post)

*** This issue has been marked as a duplicate of 90133 ***