Hello. Just for fun, how close can we get to debug an application in C# using only the command-line out-of-the-box? No other software, just the command-line. That is, for instance, is there a way to peek at the values of variables, interact with output, etc. like the VS debugger does?
EDIT: And just for completeness' sake, here is the mono equivalent: http://mono-project.com/Guide%3ADebugger, although it doesn't seem to be very stable.
Thanks.