[sdb] Avoid marking seq points as nonempty-stack if they have a sym seq point. Fix...
[mono.git] / mcs / class / Mono.Debugger.Soft / Test / dtest.cs
index b6baca8a5189ca2c374dae5e8109ff1960a56f9e..e51cdc061a0accf8d07308fa4bbf81ffa194a440 100644 (file)
@@ -526,7 +526,11 @@ public class DebuggerTests
                e = step_over ();
                assert_location (e, "ss_nested");
                e = step_into ();
-               assert_location (e, "ss_nested_3");
+               assert_location (e, "ss_nested_1");
+               e = step_into ();
+               assert_location (e, "ss_nested_1");
+               e = step_into ();
+               assert_location (e, "ss_nested");
                req.Disable ();
 
                // Check DebuggerStepThrough support