c# - Debugging an exception with WPF -
i've got exception (nullreference, specifically) thrown code in wpf. trouble is, since wpf uses reflection internally, i've lost every single useful piece of debug information. don't have line or file exception thrown. how can debug this? tried wrapping whole thing in try/catch, didn't catch exception reason.
what can this?
in visual studio, debug->exceptions->find->nullreference , check thrown. if debug project in vs, vs should break on exception.
Comments
Post a Comment