Analyzing .Net Application Without VisualStudio

Is there a simple, free way to parse .Net code (set a breakpoint, see a stack trace, view running threads) without Visual Studio? Please note that I do not need to compile the code, just analyze how it works. I have source code and binaries, but I do not have a Visual Studio license. Unfortunately, the solution file gives several errors when trying Visual Studio Express.

EDIT: I can get most of the projects in the download solution, but I don’t see the possibility for "Debug | Attach to process". Isn't it available in Visual Studio Express?

+3
source share
6 answers
+2

, MonoDevelop , Windows . , , !

: , MonoDevelop Windows.

+2

Windbg, , , .

+1

, DLL , VS Express .

, .

0
0

Source: https://habr.com/ru/post/1731432/


All Articles