There is a very large asp.net project. In which there are about 100 dll-k. There is some action on the site. Is it possible to look at the call trees of methods from the specified libraries without resorting to standard debugging. Debugging for each library separately is not possible.
I know for sure that in SQL Server there is a ' Profiler ' tool that lists all the called saves, I would like something like this.