Posts

Post not yet marked as solved
1 Replies
505 Views
When I select the "all" option for which variables to show my global variables don't show up. I've got a set of arrays that are used to store data that are globally available. But when I'm in a routine that uses them they don't show up in the debugging window. There might be a bug because once they did show up but that was only once. I know the variables exist and are in scope since the method uses them and works just fine. Thanks for any help. I'm using Xcode 12.1
Posted
by trinko.
Last updated
.
Post not yet marked as solved
4 Replies
340 Views
I have a simple if statement If x 15000 { let z = 2 } The problem is that the let statement is called when the debugger shows that the value of x is 424. Any thoughts as to what could cause this? Thanks!
Posted
by trinko.
Last updated
.