Xcode debugger not showing values for variables?

96 views Asked by At

I'm trying to debug my iOS Application, while execution stops at break point, variables at that scope not showing values.

I tried cleaning build, deleting derived-data and also optimization level to none, but nothing helped.

I am using Xcode version 10.1 and Swift 4.2.

Screenshot of debug area

1

There are 1 answers

0
Florent Morin On

You can use, in debugger e myVariable or p myVariable