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
AgeCommit message (Expand)Author
2022-02-16Adding tests to make sure adding breakpoints with null or empty filenames doe...Marshall Lerner
2022-02-14Use Path.Combine instead of forward slashMarshall Lerner
2022-02-11Update BreakpointsAndSteppingTests.csmarshall-lerner
2022-02-11Update BreakpointsAndSteppingTests.csmarshall-lerner
2022-02-07Fix race condition in conditional breakpoint testsMatt Ward
2021-11-10Port unit tests to nunit 3net6-nuni3Lluis Sanchez
2021-01-19[Tests] Fix .NET Core tests due to use of external code changesMatt Ward
2020-04-14[UnitTests] Fixed unit tests for .netcoreJeffrey Stedfast
2020-04-14[UnitTests] more fixesJeffrey Stedfast
2020-04-13[UnitTests] Don't have guids on blank lines in the test sourcesJeffrey Stedfast
2020-02-21Synchronize ExceptionInfo's in the unit testsJeffrey Stedfast
2019-07-22Fix testsnosami
2019-07-05More fixes for the VS debugger backend unit testsJeffrey Stedfast
2019-07-03Updated BreakpointsAndSteppingTests for VS debugger backend now that stepping...Jeffrey Stedfast
2019-05-30Added unit test for RenameFile and change logic of Rename to Remove+AddDavid Karlaš
2019-05-24[UnitTests] Updated for fixes to VsCode debugger's catchpoint supportJeffrey Stedfast
2019-05-22[UnitTests] Remove work-around for VsCode debugger backend that is no longer ...Jeffrey Stedfast
2019-05-17[UnitTests] disabled and/or modified some tests for NetCoreDebuggerJeffrey Stedfast
2019-05-14Added DotNetCore test projects and did some refactoring for DotNetCore debugg...Jeffrey Stedfast
2017-12-07Disabled randomly failing unit test until I can figure out whats up and fixed...David Karlaš
2017-10-05CI is failing randomly reporting null reference exception in this lineDavid Karlaš
2017-09-14Unit tests for Bug 51136David Karlaš
2017-05-31Update BreakpointsAndSteppingTests.csDavid Karlaš
2017-05-31Merge pull request #132 from mono/breakpointBugDavid Karlaš
2017-05-31Fixed bug found by Alan which in case of breakpoints occurring on multiple th...David Karlaš
2017-05-31Bug 56964 - 2 unit tests for debugger(breakpoint+domain) are disabledDavid Karlaš
2017-05-30Temporary disabling 2 domains+breakpoints related tests until it’s fixedDavid Karlaš
2017-05-23Fixed bug with breakpoints not working after assembly reloadDavid Karlaš
2017-05-23Bug 53371 - "Debugger Operation Failed" when trying to debug an NUnit test af...David Karlaš
2017-03-14Namespace changed to Mono.Debugging.TestsArtem Bukhonov
2017-03-14Move shared files tp Shared dirArtem Bukhonov