- Home /
VSTU support for MissingReferenceException
I am getting a MissingReferenceException in my project that I want to debug, but I can't get Visual Studio to catch it. I came across this post which describes how to make VS halt for all unity exceptions, but after trying the approach in the first answer, VS still did not halt for the MRE. I then looked through the Common Language Runtime Exceptions list in the VS Exception Settings window to make sure that this particular type of exception was checked, and found that it wasn't even on the list.
So, does VS 2017 not support MissingReferenceExceptions? Am I missing a crucial update or package? All help is appreciated.
Unity 2017.4; VS 2017; VS 2017 Tools for Unity 3.9
Your answer
Follow this Question
Related Questions
UnityVS not breaking on exception and missing debug info 1 Answer
Is there a known compatibility issue with Visual Studio Enterprise Edition? 1 Answer
Debugging issue Visual Studio Code 0 Answers
Breakpoints in Visual Studio debugger are not working 1 Answer
Tag in grey margin Visual Studio? 1 Answer