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-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] 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-08-30Ignore invocations count test on .NET Core debuggerRodrigo 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-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] 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-15Fix warningsMikayla Hutchinson
2018-06-05Fix tests warningsMikayla Hutchinson
2018-05-30Fix locals for local functionsMikayla Hutchinson
2018-01-24Resolve implicit type arguments in array parameterHaruka Matsumoto
2018-01-24Fix a bug in evaluation of lambda typesHaruka Matsumoto
2018-01-24Add a blank line for consistencyHaruka Matsumoto
2018-01-24[Lambda] Add support for array.Where(), by using array ElementTypeDavid Karlaš
2018-01-24Support this/base reference and local variablesHaruka Matsumoto
2018-01-24Support lambda expressions as method parametersHaruka Matsumoto
2018-01-24Support lambda expression with castHaruka Matsumoto
2018-01-22Fixed 551125 - [Feedback] Xamarin iOS debugger "unable to evaluate" simple ex...David Karlaš
2018-01-09Fixed Cannot inspect captured locals in local functionsDavid Karlaš
2018-01-09Fixes Debugger hangs when inspecting variableDavid Karlaš
2018-01-08Virtual Property always showing Base Value in DebuggerDavid Karlaš
2017-12-07Disabled randomly failing unit test until I can figure out whats up and fixed...David Karlaš