LoginSignup
15
14

More than 5 years have passed since last update.

debuggerでobjectが見えないときの対応

Posted at
  • こんな感じのエラーが出て、objectが見えず、デバックがしずらかった
error: Couldn't materialize struct: size of variable <varName> disagrees with the ValueObject's size Errored out in Execute, couldn't PrepareToExecuteJITExpression
  • この二つの設定を確認する

    • Build SettingのStrip debug symbols during copyYESにする
    • Build SettingのOptimization LevelNoneにする
  • ConfigurationsにDebugとRelease以外にも追加した時にデフォルトの設定がDegugと同じでないために起きる問題みたい。

参考URL

15
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
14