When I\'m stopped in the debugger in Xcode 6, how can I view the value of a local Swift constant declared with let?
let
If I create a brand new Swift pr
This was a bug in Xcode which I can confirm was fixed in Xcode 6.1. (Thanks, Steve Rosenberg.)
This is what I get now, as expected:
The constant is now displayed correctly in the variables view as well, and is no longer listed twice: