diff options
author | hjk <[email protected]> | 2014-09-16 14:01:30 +0200 |
---|---|---|
committer | hjk <[email protected]> | 2014-09-17 12:28:44 +0200 |
commit | 951a5d428ce3a435f6d9bdaf582ce851846ac995 (patch) | |
tree | 4c1860c2d29a9fc0a4f96986bcbcfa2a5b2cbaed /doc/src | |
parent | 7e8245eae5f002c9543e52085367281821533eaf (diff) |
Debugger: Mention OS X specific shortcuts in docs
Change-Id: I0380149e2e873b901ae1e0c0dc6eb53deafe0dcd
Reviewed-by: Leena Miettinen <[email protected]>
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/debugger/creator-debugger.qdoc | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/src/debugger/creator-debugger.qdoc b/doc/src/debugger/creator-debugger.qdoc index 3f049c335f5..00c40701b99 100644 --- a/doc/src/debugger/creator-debugger.qdoc +++ b/doc/src/debugger/creator-debugger.qdoc @@ -446,14 +446,20 @@ \li To finish debugging, press \key{Shift+F5}. - \li To execute a line of code as a whole, press \key{F10}. + \li To execute a line of code as a whole, press \key{F10} + (\key{Command+Shift+O} on OS X). - \li To step into a function or a subfunction, press \key{F11}. + \li To step into a function or a subfunction, press \key{F11} + (\key{Command+Shift+I} on OS X). - \li To leave the current function or subfunction, press \key{Shift+F11}. + \li To leave the current function or subfunction, press \key{Shift+F11} + (\key{Command+Shift+T} on OS X). \li To continue running the program, press \key{F5}. + \li To run to the line containing the cursor, press \ke{yCtrl+F10} + (\key{Shift+F8} on OS X). + \li To run to the selected function when you are stepping into a nested function, press \key{Ctrl+F6}. |