Key | Description |
---|---|
Ctrl + B | Execute the "Set Break Point" function in the Debug menu. |
Ctrl + W | Execute the "Watch" function in the Debug menu. |
F5 | Execute the "Go" function in the Debug menu. |
Shift + F5 | Execute the "Rerun" function in the Debug menu. |
F7 | Execute the "Run to Cursor" function in the Debug menu. |
Shift + F7 | Execute the "Run to Exit" function in the Debug menu. |
F8 | Execute the "Step Into" function in the Debug menu. |
Shift + F8 | Execute the "Step Over" function in the Debug menu. |
Shift + F9 | Execute the "Quick Watch" function in the Debug menu. |
Esc | Execute the "Break" function in the Debug menu. |