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-10-25Address feedbacknosami
2022-10-25Bump package versionsnosami
2022-10-25Bump package versionsnosami
2022-08-01soft debugger null check for Preview 17.4 version 1Jonathan CHang
2022-07-19support dynamic assemblyJonathan CHang
2022-07-18Provide listed assembly for debugger sessionJonathan CHang
2022-06-28[compliance] Updated NewtonSoft.Json to 13.0.1 (#369)Mauro Agnoletti
2022-06-24Support new hotreload features and support line changes (#365)Thays Grazia
2022-05-03Protect from errors related to cancelling debugger connection (#361)dev/gregm/testMauro Agnoletti
2022-03-28Fix fatal null reference exception in StartConnectionMatt Ward
2022-03-22fix commentThays Grazia
2022-03-22fix commentThays Grazia
2022-03-22remove unrelated changesThays Grazia
2022-03-22remove unrelated changesThays Grazia
2022-03-22Fix https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1447827Thays Grazia
2021-12-21Add net472 back to Mono.Debugging.Soft (#351)Peter Collins
2021-12-16Merge pull request #349 from mono/net6Jason Imison
2021-09-03Use Mono.Unix package instead of Mono.Posix.NETStandardLluis Sanchez
2021-08-28Fix https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1384996?src=WorkIt...Thays Grazia
2021-08-24Add support for .net 6Lluis Sanchez
2021-07-15Support debug on android after hot reload. (#344)Thays Grazia
2021-03-03Add Module.ApplyChanges (#342)d16-10Aleksey Kliger (λgeek)
2021-02-10Fix assembly version after converting projects to SDK styleMatt Ward
2021-02-09Convert csproj files to SDK style.Jonathan Pobst
2021-01-20Migrate pdb information to be embedded to reduce number of file handl… (#339)Marius Ungureanu
2021-01-20Change DebugType from `full` to `portable` (#335)Dmitriy Vornychev
2020-11-11Fix whitespace.Kirill Osenkov
2020-11-03WIP ignoresDavid Karlaš
2020-10-29Add support for subprocess debuggingLluis Sanchez
2020-09-21Added OutputOptions classjoj
2020-06-10Added a method to be able to add user assemblies after initjoj
2020-05-01[Mono.Debugging.Soft] Invalidate cached local variable valuesJeffrey Stedfast
2020-04-15Merge pull request #312 from mono/smarter-breakpoint-resolverJeffrey Stedfast
2020-04-15[Mono.Debugging.Soft] Make sure to lock the SourceLinkCache while accessing itJeffrey Stedfast
2020-04-14[Mono.Debugging.Soft] Simplified breakpoint resolving logicJeffrey Stedfast
2020-04-13[UnitTests] Fixed GetChildSync() and GetAllChildrenSync()Jeffrey Stedfast
2020-04-03Revert "[debugger] Implementing step through multithreaded code. (#299)"Jeffrey Stedfast
2020-04-02Fixed VariableValueReference.GetValue() to use the cached value if it has itJeffrey Stedfast
2020-03-25Doing this PR again: https://github.com/mono/debugger-libs/pull/264/ (#302)Thays Grazia
2020-03-25[debugger] Implementing step through multithreaded code. (#299)Thays Grazia
2020-03-02[Mono.Debugging.Soft] Catch and log exceptions thrown inside of OnConnectionE...Jeffrey Stedfast
2020-01-28Invalidating stack when calling abort of invoke method. (#286)Thays Grazia
2020-01-22[Mono.Debugging.Soft] Don't queue a user thread for steppingJeffrey Stedfast
2020-01-22Revert "[DebuggerSession] Avoid using a dispatch queue for stepping"Jeffrey Stedfast
2020-01-22Merge pull request #280 from mono/jstedfast-debugger-session-step-avoid-threa...Jeffrey Stedfast
2020-01-19Removed stray plusAnairkoen Schno
2020-01-18Merge pull request #254 from mono/jstedfast-catch-invalid-stack-frame-exJeffrey Stedfast
2020-01-15[DebuggerSession] Avoid using a dispatch queue for steppingJeffrey Stedfast
2019-12-13Revert "Only resume VM when suspended."Jeffrey Stedfast
2019-12-05Wrong quotation marks.Thays Grazia