I\'m studying C# by following the guides in MSDN.
Now, I just tried the Example 1 (here is the link to MSDN), and I\'ve encountered an i
Another way is to use Debugger.Break() before returning from Main method
Debugger.Break()