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
Post a Comment