博客>
qpaytest was compiled with optimization - stepping may behave oddly; variables may not be available.
qpaytest was compiled with optimization - stepping may behave oddly; variables may not be available.
ios
崩溃
sdk
unity
版权声明:本文为博主原创文章,未经博主授权不得转载。
从unity4.x升级unity5.x之后,断点调试状态下所有的变量,对象均没有值,并且控制台显示
qpaytest was compiled with optimization - stepping may behave oddly; variables may not be available.
解决办法:
xcode->product->scheme->Edit Scheme,build configcation改为debug
收藏