Closed
Bug 892277
Opened 13 years ago
Closed 12 years ago
Change stepping hotkeys
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 25
People
(Reporter: fitzgen, Assigned: bbenvie)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
|
3.57 KB,
patch
|
bbenvie
:
review+
|
Details | Diff | Splinter Review |
When paused in the debugger, pressing F8 or Cmd/Ctrl+/ should resume the debugger.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → bbenvie
Status: NEW → ASSIGNED
| Assignee | ||
Updated•12 years ago
|
| Assignee | ||
Comment 1•12 years ago
|
||
F8 is currently occupied by stepIn/stepOut so those need to be changed first.
| Assignee | ||
Comment 2•12 years ago
|
||
Ok, since the four step controlling bugs are closely related and trying to break them into separate patches causes the others to bitrot, I'm combining them into one bug.
| Assignee | ||
Comment 3•12 years ago
|
||
This patch changes the following hotkeys:
* resume - F8 and accel+/
* step over - F10 and accel+'
* step in - F11 and accel+;
* step out - shift+F11 and shift+accel+;
| Assignee | ||
Updated•12 years ago
|
Summary: F8 and Cmd+/ should resume → Change stepping hotkeys
| Assignee | ||
Updated•12 years ago
|
| Assignee | ||
Updated•12 years ago
|
Attachment #783886 -
Flags: review?(vporof)
| Assignee | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Comment on attachment 783886 [details] [diff] [review]
bug-892277.patch
Let's reassign review to someone that's awake. I nominate the newest peer.
Attachment #783886 -
Flags: review?(vporof) → review?(nfitzgerald)
| Reporter | ||
Comment 6•12 years ago
|
||
Comment on attachment 783886 [details] [diff] [review]
bug-892277.patch
Review of attachment 783886 [details] [diff] [review]:
-----------------------------------------------------------------
r+ with following change:
You need to rename the existing localization entities or else it won't update or something. Is insane. So "debuggerUI.stepping.resume" -> "debuggerUI.steppingKeys.resume", or whatever but for all of the pre-existing entities.
Attachment #783886 -
Flags: review?(nfitzgerald) → review+
| Assignee | ||
Comment 7•12 years ago
|
||
Addresses fitzgen's feedback by changing all the old ones to be named "*1".
Attachment #783886 -
Attachment is obsolete: true
Attachment #784094 -
Flags: review+
Comment 8•12 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 9•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 25
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•