Unable to debug local variables in VS2013

Unable to debug local variables in VS2013

when stepping through the code from debuggin, local variables don’t show up.

Is thera setting to enable them to be displayed or is this not possible?

You want to build in the “Debug Editor” configuration. By default in Development Editor it optimizes the code, so most local variables will be unavailable. Debug Editor turns off optimizations, so it will be slow to run but you will get debug symbols

thank you, ben!!

Hi ben,your solve way don’t effect pack program?