diff options
| author | James Nguyen <james@jojojames.com> | 2018-01-13 10:58:42 -0800 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2018-01-13 11:06:38 -0800 |
| commit | 68a214064c08a2a164a520a249a164b1ee7d69db (patch) | |
| tree | ac1b062caa800ba4bd6a3b02192e3ad44900a04e /readme.org | |
| parent | 4a89fa75d38176a73303e930a38dada0e4c28bb8 (diff) | |
Indium: Add debugger interaction keys
Diffstat (limited to 'readme.org')
| -rw-r--r-- | readme.org | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -377,6 +377,17 @@ definition". - ~J~ : Jump to debugger location - ~R~ : Restart + For debugging outside of debugger being on (e.g. setting initial breakpoints), + we use similar keys to [[https://github.com/realgud/realgud][realgud]]. + + - ~f5~ Start/Continue/Resume Execution + - ~S-f5~ Continue Execution + - ~Mouse-1~ Toggle Breakpoint + - ~f9~ Toggle Breakpoint + - ~f10~ Step Over + - ~f11~ Step Into + - ~S-f11~ Step Out + ** Modes left behind Some modes might still remain unsupported by this package. Should you be |
