[Mono.Debugger.Soft] Mark StepFilter with [Flags]
authorJeffrey Stedfast <jeff@xamarin.com>
Mon, 18 Feb 2013 21:20:24 +0000 (16:20 -0500)
committerJeffrey Stedfast <jeff@xamarin.com>
Mon, 18 Feb 2013 21:20:24 +0000 (16:20 -0500)
mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/StepEventRequest.cs

index 8559acb66ccbd15d44d82d6b62535c57a240804e..cb3c79231ba09ac0e7e587775c0238da4443e4bf 100644 (file)
@@ -17,6 +17,7 @@ namespace Mono.Debugger.Soft
        /*
         * Filter which kinds of methods to skip during single stepping
         */
+       [Flags]
        public enum StepFilter {
                None = 0,
                StaticCtor = 1,
@@ -83,4 +84,4 @@ namespace Mono.Debugger.Soft
                        }
                }
        }
-}
\ No newline at end of file
+}