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-08-28Fix https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1384996?src=WorkIt...Thays Grazia
2020-10-29Add support for subprocess debuggingLluis Sanchez
2020-05-01[Mono.Debugging.Soft] Invalidate cached local variable valuesJeffrey Stedfast
2020-01-28Invalidating stack when calling abort of invoke method. (#286)Thays Grazia
2020-01-19Removed stray plusAnairkoen Schno
2019-10-15Catch InvalidStackFrameExceptionsJeffrey Stedfast
2019-09-13Modernized SoftDebuggerAdaptor.csJeffrey Stedfast
2019-09-09Fixed NRE in SoftDebuggerAdaptor.GetHoistedIteratedLocalName and added more l...Jeffrey Stedfast
2019-09-04Added logging for cases where PDB information is not availableJeffrey Stedfast
2019-07-16Merge pull request #231 from mono/jstedfast-vsts802365Jeffrey Stedfast
2019-07-10Fix compilation error.Thays Grazia
2019-07-06[debugger] Add intrinsic for creating a byte arrayThays Grazia
2019-06-21Added EvaluationContext to AsyncOperationJeffrey Stedfast
2019-05-29SoftDebuggerAdaptor.GetValueType() can return System.Type (not always TypeMir...Jeffrey Stedfast
2019-01-23Fixes evaluation of code that spawns new threadsnosami
2018-10-01SoftDebuggerAdaptor: support CoreFX Nullable implementationAlexander Köplinger
2018-05-30Fix locals for local functionsMikayla Hutchinson
2018-03-06#176: Remove calling GetInterfaces() on older runtimes since it's not impleme...David Karlaš
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-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-24Create byte array without wrapper objectsHaruka Matsumoto
2018-01-23Part2 of 525894 fix, on CI it also happens that AbsentInformationException is...David Karlaš
2018-01-22Fixed 551125 - [Feedback] Xamarin iOS debugger "unable to evaluate" simple ex...David Karlaš
2018-01-17Record evaluation durationMatt Ward
2018-01-16Bug 525894 - Call Stack is empty when breakpoint is hit inside Parallel.InvokeDavid 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-10Break endless loop if member is not found on interfaceDavid Karlaš
2017-09-22Merge pull request #153 from mono/bug57154David Karlaš
2017-09-20Bug 59117 - Evaluation with types using a generic DebuggerTypeProxy attribute...David Karlaš
2017-08-16Bug 57154 - Is operator and Evaluation with MDSDavid Karlaš
2017-08-08Addressed PR commentsDavid Karlaš
2017-08-01Bug 57149 - Nullables and Evaluation with MDSDavid Karlaš
2017-07-10Addressed PR commentsDavid Karlaš
2017-07-10Optimise GetTupleElementNames to only attempt loading TupleNames for objects ...David Karlaš
2017-07-10Bug 57168 - No debugger support for named tuplesDavid Karlaš
2017-07-06Bug 57425 - Debugger cannot evaluate base interface membersDavid Karlaš
2017-06-15Step toward syncing with mono/mono repository version of Mono.Debugger.SoftDavid Karlaš
2017-06-07IDE only(no runtime side changes needed) fix for Bug 33193David Karlaš
2017-06-02Implemented GetHoistedScopesDavid Karlaš
2017-05-30IDE side for 33193 bug for assemblies compiled by Roslyn including disabled u...David Karlaš
2017-05-19Fixed fetching Enum values on older runtimesDavid Karlaš
2017-02-10Added caching of GenerateTypeCastDelegate callDavid Karlaš
2017-02-09Bug 52333 - Debugger applies rounding when casting float values to intDavid Karlaš