Hi
I have a c# console application. I pass an argumant list to this application at run time and do actions based on the arguments being passed.
I need to be able to debug the whole thing. In old versions of VS, I used to be able to execute console application in debug mode and step through each line inside the IDE. Any clue how to do this in VS7.0?
Thanks
I have a c# console application. I pass an argumant list to this application at run time and do actions based on the arguments being passed.
I need to be able to debug the whole thing. In old versions of VS, I used to be able to execute console application in debug mode and step through each line inside the IDE. Any clue how to do this in VS7.0?
Thanks