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?
User1 source
share