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-07-07put assembly arg backdev/t-jochang/unitSessionJonathan CHang
2022-07-07only assembly and debuggsessionJonathan CHang
2022-07-07test unitJonathan 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
2022-02-11Change FileNameEquals, rather than use PathComparer each timemarshall-lerner
2022-02-11Store the full file path when it is a breakpointmarshall-lerner
2022-02-07Fix race condition in conditional breakpoint testsMatt Ward
2022-02-07Use .NET 6.0 in test projectsMatt Ward
2021-12-21Add net472 back to Mono.Debugging.Soft (#351)Peter Collins
2021-12-21Merge pull request #350 from mono/dev/kirillo/catchpointKirill Osenkov
2021-12-18Proper support for Catchpoint location signatureKirill Osenkov
2021-12-16Merge pull request #349 from mono/net6Jason Imison
2021-11-26Merge pull request #348 from mono/dev/nosami/fix-1433487Jason Imison
2021-11-25Convert BeginInvoke usage to Task.Run for dotnetnosami
2021-11-10Port unit tests to nunit 3net6-nuni3Lluis Sanchez