In Visual Studio exception handling, how do you target the exception away from the browser so you can view the call stack interactively? -


until recently, when vs 2013 code hit exception, grey dialog box pop up, , call stack window in vs fill call stack. able click on different lines in stack, take me point , let me view variables.

this good.

sometime recently, ninja broke secure home office, , changed configuration setting of sort, because now, when code hits exception, information sent browser window. in ways ok, because entire call stack visible in browser window. vs releases information , there's nothing in call stack window, , no way interactively go stack.

i've done bunch of research cannot life of me figure out did (i mean, ninja did) change this, or how change back.

answer turned out in "related" stack overflow: somehow had unset "thrown" checkbox next common-language-runtime in debug/exceptions dialog box. see:

how jump line of code threw exception in visual studio 2010 debugger?


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -