This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi All,
I would like to ask a question on CCS.
Does there exist keyboard shortcuts for:
1. Run
2. Terminate
3. Step into
4. Step over
As well as for other commands that are frequently used in debugging? I know there is one shortcut CTRL + R = run to line, which is quite useful. What about for commands mentioned above?
Thanks,
Zheng
The quick way to identify this is to use the pulldown menus. They usually have the keyboard shortcut identified next to the command (if available).
Hi Zheng,
Run - F8
Terminate -Ctrl-Alt-T
Step into (source) - F5
Step over (source) - F6
Step into (asm) - Alt-F5
Step over (asm)- Alt-F6
To see a list of all the shortcuts, go to 'Window->Preferences->General->Keys'
Thanks
ki
Ctrl+Shift+L to see the list of shortcut in a popup. And press Ctrl+Shift+L again while the popup is open to modify the keys.