Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get rid of the Debug output "symbol loaded"

When i debug my program i get a bunch of notifications which i don't need. enter image description here

"Assemblyname.vshost.exe" (CLR v4.0.30319: Assemblyname.vshost.exe): "C:\Windows\Microsoft.Net... .dll" geladen. Symbole wurden geladen.

So i searched on the web on how to deactivate this notifications, but i'm currently unable to find some useful information on how to achieve this.

Do somebody know how to disable this output ?

like image 577
WiiMaxx Avatar asked Dec 12 '22 04:12

WiiMaxx


2 Answers

You can also right click inside Output Window and uncheck Module Load Messages

Module Load Messages

like image 55
Milos Avatar answered Jan 10 '23 21:01

Milos


  • Tools
  • Options
  • Debugging
  • Output Window
  • Set "Module Load Messages" to Off
like image 34
Jeroen Vannevel Avatar answered Jan 10 '23 21:01

Jeroen Vannevel