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-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-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-07-15Support debug on android after hot reload. (#344)Thays Grazia
2021-03-03Add Module.ApplyChanges (#342)d16-10Aleksey Kliger (λgeek)
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-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-03Revert "[debugger] Implementing step through multithreaded code. (#299)"Jeffrey 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-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-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
2019-12-05After the new implementation of exception filters, we need to check the types...Thays Grazia
2019-11-25Only resume VM when suspended.lateralusX
2019-11-12Added support for overriding symbol locationsjoj
2019-10-17Exposed ExceptionEventRequestjoj
2019-08-06Merge pull request #240 from mono/vsts-949284-thread-safe-breakpointstoreGreg Munn
2019-08-05Style fixnosami
2019-08-05Style fixesnosami
2019-08-02Try and read sourcelink info via Mononosami
2019-07-31[Debugger] Handle cases where path does not exist when resolving real pathGreg Munn
2019-07-26Support reading portable pdb as a byte[] via debuggeenosami
2019-06-06[Mono.Debugging] Improved source checksum logic for UNIX and DOS line endingsJeffrey Stedfast
2019-01-07[Debugger] Record time it took between steps.Thays Grazia
2018-08-30Merge pull request #194 from joj/cctord16-0-p1David Karlaš
2018-08-30Fixed steping on static constructor and methods they calljoj
2018-05-30Merge pull request #165 from VysotskiVadim/bug/attempt-number-at-retryDavid Karlaš
2018-04-20Added support for placing breakpoints at different location for files that ha...David Karlaš
2018-02-13Merge branch 'master' into quality-telemetry-phase2Matt Ward
2018-01-17Record evaluation durationMatt Ward
2018-01-12Support AssemblyLoaded event in Soft debuggerMatt Ward
2017-12-19Fix placing breakpoints on .dll/.pdb compiled on Windows when using *nixDavid Karlaš