Skip to content

Commit

Permalink
tdb: add up button
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Sep 15, 2023
1 parent aef199b commit bd5135a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ controlButtonSpecs
('Restart' restart 'rewind this context to its start (r)' canStepBackward)
('Into' stepInto 'step into next message send (e)' canStepForward)
('Over' stepOver 'step over next message send (t)' canStepForward)
('Through' stepThrough 'step into next block/out of current block (T)' canStepForward)
('Through' stepThrough 'step into next block/out of current block (T)' canStepForward)
('Back' stepBack 'rewind before previous message send (B)' canStepBackward)
('Where' showWhere 'select next expression (w)' hasContextSelected))
('Where' showWhere 'select next expression' hasContextSelected)
('Up' jumpToSender 'jump to sender (w)' hasContextSelected))
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"contextTreeKey:from:event:" : "ct 8/1/2022 01:10",
"contextVariablesInspector" : "ct 11/20/2021 16:11",
"contextVariablesInspectorClass" : "ct 3/19/2022 20:49",
"controlButtonSpecs" : "ct 2/21/2022 19:43",
"controlButtonSpecs" : "ct 9/15/2023 22:37",
"controlButtonsFrame" : "ct 11/20/2021 15:33",
"copyBugReportToClipboard" : "ct 3/12/2022 17:40",
"currentCompiledMethod" : "ct 11/20/2021 21:08",
Expand Down

0 comments on commit bd5135a

Please sign in to comment.