Debugging an ObservableObject or EnvironmentObject

I'm using an EnvironmentObject to store some data and have put a breakpoint on it in a swiftUI view. I'm trying to figure out what the value is for locationAccessRequested (see screenshot). I'm clearly making a very dumb mistake as I am unable to view the value. What am I doing wrong?


Post not yet marked as solved Up vote post of Whootang12 Down vote post of Whootang12
777 views