Debug C# Application without running code

You can debug/test your code without running the application itself. There is a neat feature in Visual Studio (I am using VS 2012) where you can go to Debug menu -> Windows -> Immediate. In this window, you can type in the name of the function you want to execute and it will execute and return result. Pretty nice feature!

More on this link from Microsoft

This entry was posted in Software Development and tagged , . Bookmark the permalink.

Leave a comment