I\'m trying to build a command-line tool in C# with VS2010.
My question is: how do I debug this, like I would a winforms. With winforms, I can step through the code,
In the Project properties, under Debug, you can enter any Command Line Arguments you would like, and then run the app with F5, the debugger will be attached automatically.