You can run these actions either by clicking on the Debug View toolbar, or by selecting them from the Run menu.
| Action | Icon | Description | Shortcut |
|---|---|---|---|
| Resume |
|
Resumes the process. | F8 |
| Terminate |
|
Finishes the debugging session. | Ctrl + F2 |
| Disconnect |
|
Finishes the debugging session. | |
| Step Into |
|
Steps into the current highlighted methods, allowing you to debug the statements it contains. | F5 |
| Step Over |
|
Runs the currently highlighted statement without stepping into it. | F6 |
| Step Return |
|
Steps out of the current method. | F7 |