Created
February 16, 2012 19:19
-
-
Save marek-safar/1847114 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
class C | |
{ | |
public static void Main () | |
{ | |
Test_1 (); | |
return; | |
} | |
static void Test_1 () | |
{ | |
return; // Setting breakpoint here or stepping over whole body of this method never hits this line | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment