Visual Studio Error display -


how can errors in visual studio displayed in image:

enter image description here

instead of using error list?

the exceptions displayed this:

enter image description here

(the images from: how tell debugger ignore breaking on thrown exceptions?, where did visual studio exception assistant go?)

if under tools | options in debugging | general node, sure "enable exception assistant" checked.


Comments

Popular posts from this blog

c++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -