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

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -