How can I track the code execution of my C # application? Are there any tools? I have a problem on my work site.
Visual studio has a built-in tool called tracing in System Diagnostics .
For a running application that does not have trace code support, you can use a profiler (for example, ANTZ redgate or JetTrack dotTrace profiler), but this will affect performance.
( - , ), windbg . .
JetBrains dotTrace, .
(, " 1" )?
, log4net PostSharp .
(, Log4Net) Visual Studio .
Visual Studio 2005+ F11 F5, .
( , , VS ).
Visual Studio , , , .
ETW. ASP.NET , Perf.
Window2008, ETW -. ETW IIS, FileSystem, Registry, Threading . MSDN Managed call-stacks
Source: https://habr.com/ru/post/1730372/More articles:Войдите на сайт и выберите параметры с помощью Python - pythonurllib2: submitting the form and then redirecting - pythonКак сделать python urllib2 следовать за перенастройкой и сохранить метод post - pythonHow do I enter an item in the Google AppEngine Data Warehouse? - pythonКак работает потоковая передача веб-радио? - objective-cHow to send an HTTP POST value to a page (PHP) using Python? - pythonIs loading openGL textures right like this? - iphoneround corner of the text area of a window in either javascript or css - javascriptПроблемы с развертыванием веб-развертывания AfterBuild - asp.netLinq to XML, how to do it in vb.net - vb.netAll Articles