visual studio 2010 - Prevent first chance exceptions in Output windows -


in visual studio 2010, possible prevent first chance exceptions writing output window? have scenario there lots of casts failing design, , output window slowing down application when debugging. writing out first chance exception of type 'system.invalidcastexception' occurred... on , on takes long time. console in visual studio not fast :<)

i'm aware of option not break on first chance exceptions, doesn't seem affect output windows. neither putting before area slowing down:

debug.listeners.clear() 

closing output window not help. runs fast in release mode though.

any appreciated!

i can answer visual studio 2013:

in vs 2013 can go debug menu - options , settings... - debugging - output window. under "general output settings" find "exception messages". turn off.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -