Is there any watch window to see variable value in XCode during debugging? Can we check value just typing variable name as in watch window?
On mouse over, I can't see value for dictionary type objects.
I see "Variables View" option but it has only first option enabled.
in "Debugger" window, I can't type variable name.
Watchpoint stops your program when the value of an expression changes. But I have to see value during breakpoint.
Let me know what is the best way to debug.
Thanks