Activating the debugger from the Development Environment is a simple matter of clicking on Debug | Start Debugging (or Shift + Ctrl + F5). The initial page that displays when the debugger is activated will look as follows (typically, with each session having a different User ID).
When we click on Start Debugging, an empty debugger page will open, awaiting the event that will cause a break in processing and the subsequent display of code detail (Variables), watched variables (Watches), and the Call Stack:
![](https://static.packt-cdn.com/products/9781789137798/graphics/assets/ed33c0ad-3860-4f48-bf17-b79c1a94baf6.png)