Keyboard Shortcuts

CodeXL

PreviousNext
CodeXL User Guide
Help > Tutorials > GPU Debugger Tutorial > Keyboard Shortcuts
Keyboard Shortcuts

Views and Dialogs

New Project wizard

Ctrl+N

Debug Settings dialog

Ctrl+O

Breakpoints dialog

Alt+Shift+B

Common Debugging

Go (Start / Continue Debugging)

F5

Stop Debugging

Shift+F5

API-Level Debugging

Break at next API function call

F6

Step to next API function call

F10

Step into kernel debugging

F11

Step to next frame terminator

Ctrl+F11

Kernel Debugging

Step Over

F10

Step Into function

F11

Step Out of function / kernel

Shift+F11

Set / remove breakpoint at kernel source

F9