The Debug tab of the Ribbon allows access to large number of debugging features. From this tab you can add variables to the watches list, add or remove breakpoints and gather the information you need to fix any issues in your application.
|
| Contents of Debug tab of the Ribbon, while debugging an application. |
Most of the options available from the Debug tab only become available during an actual debugging session.
| Step Into | |
| Step Over | |
| Step Out |
| Stop | |
| | Run | |
| Pause | |
| Continue |
| | Add Breakpoint | |
| | Toggle Breakpoint | |
| | Delete All |
| | Debugger Options | |
| Evaluate Modify | |
| Add Watch | |
| Threads | |
| Execution Point |
| | Intermediate Source View | |
| | JavaScript View | |
| | CPU Debug View |

