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-11Ported evaluator to roslyn.dev/mkrueger/RoslynPortauthor
2022-08-19Fix libc.dll not found exception causing breakpoints not to be boundCalvin Gagliano
2022-08-01Merge pull request #373 from mono/dev/t-jochang/modulesFixJonathan CHang
2022-08-01soft debugger null check for Preview 17.4 version 1Jonathan CHang
2022-07-21Merge pull request #366 from mono/dev/t-jochang/moduleviewGreg Munn
2022-07-21optimize documentation for assembly classJonathan CHang
2022-07-21Merge pull request #372 from mono/dev/nosami/set-options-before-dispatchJason Imison
2022-07-20Set options before Dispatchdev/nosami/set-options-before-dispatchnosami
2022-07-20add definition for assembly class and attributes.dev/t-jochang/moduleviewJonathan CHang
2022-07-20Merge pull request #371 from mono/dev/nosami/debugger-locksJason Imison
2022-07-20Remove nested locks on slocknosami
2022-07-19make naming in assembly more consistant hassymbol's'Jonathan CHang
2022-07-19support dynamic assemblyJonathan CHang
2022-07-18Provide listed assembly for debugger sessionJonathan CHang
2022-06-30Implemented simpler approach to resolve paths.Mike Krüger
2022-06-29Removed C# 9 usage.Mike Krüger
2022-06-29Fixed build.Mike Krüger
2022-06-29Merge pull request #370 from mono/dev/mkrueger/1385012Mike Krüger
2022-06-29Optimized BreakpointStore link resolving.Mike Krüger
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-06-10Merge pull request #337 from ivorne/masterJason Imison
2022-06-10Merge pull request #364 from mono/sourcelinkJason Imison
2022-06-10Simplify uri -> filename conversionnosami
2022-06-09Add symbol server options and tweak cache path formatnosami
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-22Merge pull request #357 from thaystg/fix_1447827Matt 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
2022-03-16Change semantics of the BeginInvoke change to swallow exceptions as it used t...Marius Ungureanu
2022-02-23Merge pull request #355 from marshall-lerner/mainMatt Ward
2022-02-17Put the error handling on nulls or empties within the ResolveFullPath call it...Marshall Lerner
2022-02-16Adding tests to make sure adding breakpoints with null or empty filenames doe...Marshall Lerner
2022-02-16Null/Empty check before trying to resolve the path because it throws otherwiseMarshall Lerner
2022-02-15Merge pull request #354 from marshall-lerner/mainMatt Ward
2022-02-14Fix "Cannot implicitly convert type 'System.Collections.Generic.List<T>' to '...Marshall Lerner
2022-02-14Use the OnBreakEventsAdded and OnBreakEventsRemoved callsMarshall Lerner
2022-02-14Don't call BreakEventEnableStatusChanged and NotifyStatusChanged if the break...Marshall Lerner
2022-02-14Create a batch change event for onBreakEventAdded (onBreakEventsAdded) and on...Marshall Lerner
2022-02-14Use Path.Combine instead of forward slashMarshall Lerner
2022-02-11Update BreakpointsAndSteppingTests.csmarshall-lerner
2022-02-11Update BreakpointsAndSteppingTests.csmarshall-lerner
2022-02-11Merge pull request #353 from marshall-lerner/dev/marshall-lerner/MakeFullPathMatt Ward
2022-02-11use ResolveFullPath instead of Path.GetFullPathmarshall-lerner
2022-02-11Style changesmarshall-lerner
2022-02-11Removing what should be part of another commitmarshall-lerner