Why all my exceptions messages now end with “crossed a native/managed boundary”

后端 未结 2 1728
闹比i
闹比i 2021-01-12 10:27

I\'ve being messing with the debug options and now all my exceptions are like

System.NullReferenceException crossed a native/managed boundary.

2条回答
  •  臣服心动
    2021-01-12 10:53

    Of course, there is a "restore defaults" option that does affect a large number of settings (including some debug settings).

    If you haven't tried it yet, use the "Reset all settings" option in the "Import and Export settings..." wizard, accessed from the Tools menu. It prompts to save your current settings before it does the reset.

    If this does resolve your problem, and you're still curious to know what you changed, you can then save your settings again using the same wizard, and perform a diff between the two files.

提交回复
热议问题