Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-08[VsCodeDebugger] Use PresentationHint to get ObjectValueFlagsJeffrey Stedfast
2020-01-08[VsCodeDebugger] code refactoring & performance improvementsJeffrey Stedfast
2020-01-08[VsCodeDebugger] Added more logging and simplified codeJeffrey Stedfast
2020-01-08[VsCodeDebugger] Log errors for GetAllLocalsJeffrey Stedfast
2020-01-06avoid using string to check the exception typeKeting Yang
2020-01-04The filter was catching the unhandled exceptionsKeting Yang
2019-12-19Update VSCodeDebuggerSession.csKeting Yang
2019-12-19Localize textKeting Yang
2019-12-19Throw exceptions appropriatelyKeting Yang
2019-12-19[Unit Test] Show source code while debuggingKeting Yang
2019-08-06Fix null referencenosami
2019-08-06dotnet core supportnosami
2019-07-26[Debbugger] Added unit testsJeffrey Stedfast
2019-07-26[Debugger] Fixed .NET Core debugger to allow use of SHA256 and MD5 hashesJeffrey Stedfast
2019-07-08[Debugger] Fixed VSCodeDebuggerSession.OnNextInstructionJeffrey Stedfast
2019-05-28Break if the condition fails to executenosami
2019-05-28Fix buildnosami
2019-05-28Fix condition evaluation in case of external codeMichael Belyaev
2019-05-28[VSCodeDebugProtocol] stylistic fixesJeffrey Stedfast
2019-05-28Refactor long condition to local functionMichael Belyaev
2019-05-28Support "Include subclasses" not only for System.Exception; get rid ofMichael Belyaev
2019-05-28Support exception catchpoint conditionsMichael Belyaev
2019-05-28Add support for breakpoint conditions in VSCodeDebuggerSessionMichael Belyaev
2019-05-28Support System.Exception with subclassesMichael Belyaev
2019-05-28Workaround for .NET Core debugger which doesn't support exception type filteringMichael Belyaev
2019-05-20[VSCodeDebugProtocol] Fix up the values used when creating ObjectValues to ma...Jeffrey Stedfast
2019-05-09Merge pull request #7443 from mono/jstedfast-debugger-set-next-statementLluis Sanchez
2019-05-07[Debugger] Fixed VsCode debugger backend's StepIn feature to use a StepInRequ...Jeffrey Stedfast
2019-05-03[Debugger] Implement Set Next Statement for the VsCode debugger backendJeffrey Stedfast
2019-04-22[Debugger] Fixed An item with the same key has already been added. Key: Mono....Jeffrey Stedfast
2019-04-08Add support for .NET Core breakpoint hit countnosami
2019-04-01[Windows] Remove unused packages.config which leads to restore errorsMarius Ungureanu
2019-03-07Fixes crash when debugger session is disposednosami
2019-01-25Merge remote-tracking branch 'origin/master' into pr-sandy-md-masterSandy Armstrong
2019-01-22Bump Microsoft.VisualStudio.Shared.VsCodeDebugProtocol to match vsdbg bumpnosami
2019-01-16Remove redundant build infrastructureMikayla Hutchinson
2019-01-14[VSCodeDebugProtocol] Track APIMikayla Hutchinson
2019-01-13Suppress NuGet local copies unless explicitly listed in projectMikayla Hutchinson
2019-01-11Centralize some more package versionsMikayla Hutchinson
2019-01-11Update debug protocol packageMikayla Hutchinson
2019-01-11Update projects for PackageReferenceMikayla Hutchinson
2018-08-27Fix #5659: VSCodeDebugProtocol: Synchronous operation cancelled! When stoppin...David Karlaš
2018-08-13Fix #644166: [Feedback] Starting debugger hangs when debugging C# unit test u...David Karlaš
2018-06-20Clean up project filesMikayla Hutchinson
2018-06-20Centralize the MD target framework versionMikayla Hutchinson
2018-03-23Fix 581070: [Feedback] setting breakpoint on non existing c# functions breaks...David Karlaš
2018-02-21Merge branch 'master' into quality-telemetry-phase2Matt Ward
2018-02-16Make dist2 (#3879)Marius Ungureanu
2018-01-18Merge branch 'master' into quality-telemetry-phase2Matt Ward
2018-01-18[DotNetCoreDebugger] Add evaluation timingsMatt Ward