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

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -