You can print values onto console window at run-time. Below are steps :
- Place a break-point for which you want to get values
- Now perform step-by-step debug.
- Place a cursor on variable/delegate whose value is to be checked at run-time.
- Now this will show description of variable/delegate
- Clicking on "i" will show detailed description
- This will also print details onto console window.
