Skip to content

Instantly share code, notes, and snippets.

@marek-safar
Created February 16, 2012 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marek-safar/1847114 to your computer and use it in GitHub Desktop.
Save marek-safar/1847114 to your computer and use it in GitHub Desktop.
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