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
2021-01-20Change DebugType from `full` to `portable` (#335)Dmitriy Vornychev
2020-04-25Got RawArray unit tests working for SoftDebuggerd16-7Jeffrey Stedfast
2020-04-16[UnitTests] Try targetting AnyCPU instead of x86 for the test appJeffrey Stedfast
2020-04-13[UnitTests] Don't have guids on blank lines in the test sourcesJeffrey Stedfast
2019-11-19Remove last packages.config from unit test projectAlexander Köplinger
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-05-14Added DotNetCore test projects and did some refactoring for DotNetCore debugg...Jeffrey Stedfast
2018-06-20Fix TestApp packages path when project built standaloneMikayla Hutchinson
2018-06-19Fix regression introduced in 70e94647Mikayla Hutchinson
2018-06-05Fix warnings in test appMikayla Hutchinson
2018-06-05Suppress unusused variable/member warning noise in test appMikayla Hutchinson
2018-06-05Fix sln fileMikayla Hutchinson
2018-05-30Fix locals for local functionsMikayla Hutchinson
2018-03-20Fix incorrect path in test projectLluis Sanchez
2018-03-20Fix output dir of test projectLluis Sanchez
2018-01-24Resolve implicit type arguments in array parameterHaruka Matsumoto
2018-01-24Fix a bug in evaluation of lambda typesHaruka 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š
2017-10-05Fixed named tuples not working in some cases, when Roslyn starts with il_inde...David Karlaš
2017-09-14Unit tests for Bug 51136David Karlaš
2017-08-08Merge pull request #147 from mono/nullableDavid Karlaš
2017-08-03Bug 54201 - Index was outside the bounds of the array.David Karlaš
2017-08-01Bug 57149 - Nullables and Evaluation with MDSDavid Karlaš
2017-07-10Addressed PR commentsDavid Karlaš
2017-07-10Bug 57168 - No debugger support for named tuplesDavid Karlaš
2017-07-06Bug 57425 - Debugger cannot evaluate base interface membersDavid Karlaš
2017-05-31Fixed bug found by Alan which in case of breakpoints occurring on multiple th...David Karlaš
2017-05-30IDE side for 33193 bug for assemblies compiled by Roslyn including disabled u...David 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-15AnyCPU configurationArtem Bukhonov
2017-03-14Move shared files tp Shared dirArtem Bukhonov