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
2020-04-20Reverted fix for https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1054042/Jeffrey Stedfast
2020-03-31Fixed ValueReference.GetAllChildren() to return an "async" evaluating ObjectV...Jeffrey Stedfast
2019-12-13Added telemetry for stepping statisticsJeffrey Stedfast
2019-11-22[Mono.Debugging] Lock BaseBacktrace.frameInfo to prevent concurrent access by...Jeffrey Stedfast
2019-10-11[Mono.Debugging.Evaluation] Set the expression as the ObjectValue.NameJeffrey Stedfast
2019-09-24minor code cleanupJeffrey Stedfast
2019-09-24minor code cleanupJeffrey Stedfast
2019-09-23more code modernizationJeffrey Stedfast
2019-09-23modernized ExpressionEvaluator.csJeffrey Stedfast
2019-09-20code cleanupJeffrey Stedfast
2019-06-21Added EvaluationContext to AsyncOperationJeffrey Stedfast
2019-05-17[UnitTests] disabled and/or modified some tests for NetCoreDebuggerJeffrey Stedfast
2018-06-05Fix build warningMikayla Hutchinson
2018-02-13Merge branch 'master' into quality-telemetry-phase2Matt Ward
2018-01-24Fixed unit test failure caused by too aggressive casting of arguments when fi...David Karlaš
2018-01-24Resolve implicit type arguments in array parameterHaruka Matsumoto
2018-01-24[Lambda] Add support for array.Where(), by using array ElementTypeDavid Karlaš
2018-01-24Fully qualify method names automaticallyHaruka Matsumoto
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-18Record evaluation duration when evaluating groupsMatt Ward
2018-01-18Reduce amount of code to record evaluation durationMatt Ward
2018-01-17Record evaluation durationMatt Ward
2018-01-16Bug 525894 - Call Stack is empty when breakpoint is hit inside Parallel.InvokeDavid Karlaš
2017-10-12Bug 48230 - Immediate window's autocompletion is case sensitiveDavid Karlaš
2017-10-10Fixed bug with typeof() which set wrong Type causing method invoking not workingDavid Karlaš
2017-08-16Bug 57154 - Is operator and Evaluation with MDSDavid Karlaš
2017-08-14Merge pull request #151 from mono/bug57157David Karlaš
2017-08-09Bug 57159 - Unsupported expressions and Evaluation with MDSDavid Karlaš
2017-08-08Bug 57157 - Primitive conversion and Evaluation in MDSDavid Karlaš
2017-08-08Merge pull request #150 from mono/bug33166David Karlaš
2017-08-08Bug 33166 - Exception spew in the application output when writing in the imme...David Karlaš
2017-08-07Merge pull request #148 from mono/bug57721David Karlaš
2017-08-03Bug 57721 - Show Value on Popup non-functional in this caseDavid Karlaš
2017-08-03Bug 54201 - Index was outside the bounds of the array.David Karlaš
2017-07-10Addressed PR commentsDavid Karlaš
2017-07-10Bug 57168 - No debugger support for named tuplesDavid Karlaš
2017-03-16Remove some extra string allocations on getting a display type name display s...Marius Ungureanu
2017-02-09Added string HelpLink property to ExceptionInfo classDavid Karlaš
2017-02-06Bug 44851 - [Xamarin Studio] Expression Evaluator Does Not Mirror C# Console ...David Karlaš
2016-12-06Since we now distinguish between ImplicitEvaluation and NotSupported we need ...David Karlaš
2016-11-22[Mono.Debugging.Evaluation] Make sure that array element groups do not exceed...Jeffrey Stedfast
2016-11-15Change evaluation of ExceptionInfo so it works with .NetCore debuggerDavid Karlaš
2016-10-19Bug 44266 - Unable to change variable values whilst debuggingDavid Karlaš
2016-07-12[Soft] Fix some extra string allocations.Marius Ungureanu
2016-06-23Bug 42034 - Cannot inspect full string value (XS always shows truncated value)cycle8David Karlaš
2016-06-15InnerExceptions are now fetched via Indexer instead enumerator so it works wi...David Karlaš
2016-05-27Removing "--- End oF stack trace..." from ExceptionInfo stack traceDavid Karlaš