Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/debugger-libs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Stedfast <jestedfa@microsoft.com>2019-05-24 20:52:17 +0300
committerJeffrey Stedfast <jestedfa@microsoft.com>2019-05-24 20:52:17 +0300
commite473bf7c2c3e19a0570ab710f4f8f804082140c6 (patch)
treedcba45a00111f8710aee581ce86292c6d2932cdf /UnitTests/Mono.Debugging.Tests/Shared/BreakpointsAndSteppingTests.cs
parentfb986883d7c2cf6ae53a4ceddb55b679fe8b112d (diff)
[UnitTests] Updated for fixes to VsCode debugger's catchpoint support
Diffstat (limited to 'UnitTests/Mono.Debugging.Tests/Shared/BreakpointsAndSteppingTests.cs')
-rw-r--r--UnitTests/Mono.Debugging.Tests/Shared/BreakpointsAndSteppingTests.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/UnitTests/Mono.Debugging.Tests/Shared/BreakpointsAndSteppingTests.cs b/UnitTests/Mono.Debugging.Tests/Shared/BreakpointsAndSteppingTests.cs
index aa0e14c..3543d73 100644
--- a/UnitTests/Mono.Debugging.Tests/Shared/BreakpointsAndSteppingTests.cs
+++ b/UnitTests/Mono.Debugging.Tests/Shared/BreakpointsAndSteppingTests.cs
@@ -990,10 +990,7 @@ namespace Mono.Debugging.Tests
AddBreakpoint ("fcdc2412-c00e-4c95-b2ea-e3cf5d5bf856");
AddCatchpoint ("System.Exception", false);
StartTest ("Catchpoint1");
- if (IsVsDebugger)
- CheckPosition ("526795d3-ee9e-44a7-8423-df0b406e9e8d");// FIXME: VsDebugger always includes subclasses
- else
- CheckPosition ("fcdc2412-c00e-4c95-b2ea-e3cf5d5bf856");
+ CheckPosition ("fcdc2412-c00e-4c95-b2ea-e3cf5d5bf856");
}
[Test]