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
2022-02-07Use .NET 6.0 in test projectsMatt Ward
2021-11-10Port unit tests to nunit 3net6-nuni3Lluis Sanchez
2021-01-20Merge pull request #338 from mono/dev/mrward/dotnetcore-external-code-when-ju...Matt Ward
2021-01-20Change DebugType from `full` to `portable` (#335)Dmitriy Vornychev
2021-01-19[Tests] Fix .NET Core tests due to use of external code changesMatt Ward
2021-01-19[Tests] Add NuGet.Config file for .NET Core testsMatt Ward
2020-08-11Disable/change some .NET Core debugger tests to reflect new changeDavid Karlaš
2020-04-25Got RawArray unit tests working for SoftDebuggerd16-7Jeffrey Stedfast
2020-04-25Added unit tests for raw array valuesJeffrey Stedfast
2020-04-16[UnitTests] Try targetting AnyCPU instead of x86 for the test appJeffrey Stedfast
2020-04-16[UnitTests] Re-enable SDB testsJeffrey Stedfast
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-04-13[UnitTests] Fixed GetChildSync() and GetAllChildrenSync()Jeffrey Stedfast
2020-03-31[Mono.Debugging.Tests] Updated links to new bugVladyslavKostin
2020-03-31[Mono.Debugging.Tests] Disabled Sdb testsVladyslavKostin
2020-02-21Synchronize ExceptionInfo's in the unit testsJeffrey Stedfast
2020-02-19Added some helpful Assert strings in the unit tests for diagnosing test failuresJeffrey Stedfast
2020-02-11[UnitTests] Added helper GetAllLocalsSync() methodJeffrey Stedfast
2020-01-08Make the unit tests easier to debugJeffrey Stedfast
2019-12-13Mimic the behaviour of the ide where breakpoints are always added whenGreg Munn
2019-12-13Use a different lock to manage breakpointStoreGreg Munn
2019-11-19Remove last packages.config from unit test projectAlexander Köplinger
2019-08-30Ignore invocations count test on .NET Core debuggerRodrigo Moya
2019-08-02Bump .NET Core tests to 3.0Rodrigo Moya
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-06-19Revert upgrade of test app projects to .NET 4.7.2, keep them at v4.5Jeffrey Stedfast
2019-06-10Move remaining projects to net472.Kirill Osenkov
2019-06-07[UnitTests] Remove tmp files after we're done with them. (#228)Jeffrey Stedfast
2019-06-06[Mono.Debugging] Improved source checksum logic for UNIX and DOS line endingsJeffrey 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] Target netcoreapp2.1 instead of 2.2Jeffrey 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
2019-05-08Split the Cor and Sdb unit tests into separate filesJeffrey Stedfast
2018-06-20Fix TestApp packages path when project built standaloneMikayla Hutchinson
2018-06-19Fix regression introduced in 70e94647Mikayla Hutchinson
2018-06-15Fix warningsMikayla Hutchinson
2018-06-05Fix warnings in test appMikayla Hutchinson
2018-06-05Suppress unusused variable/member warning noise in test appMikayla Hutchinson