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-20add definition for assembly class and attributes.dev/t-jochang/moduleviewJonathan CHang
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-29Optimized BreakpointStore link resolving.Mike Krüger
2022-06-24Support new hotreload features and support line changes (#365)Thays Grazia
2022-06-10Simplify uri -> filename conversionnosami
2022-06-09Add symbol server options and tweak cache path formatnosami
2022-02-17Put the error handling on nulls or empties within the ResolveFullPath call it...Marshall Lerner
2022-02-16Null/Empty check before trying to resolve the path because it throws otherwiseMarshall Lerner
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-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
2021-12-18Proper support for Catchpoint location signatureKirill Osenkov
2021-08-24Add support for .net 6Lluis Sanchez
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-18Use auto property.Kirill Osenkov
2020-11-17Make fullModuleName protectedKirill Osenkov
2020-11-12Remove an event that turned out to be unnecessary.Kirill Osenkov
2020-11-11Use an ordinal comparer for the Ignored listMarius Ungureanu
2020-11-11Fix whitespace.Kirill Osenkov
2020-11-11Merge branch 'master' into ignoresKirill Osenkov
2020-11-11Add an event when Catchpoint ignore list changesKirill Osenkov
2020-11-04Add RemoveIgnore()Kirill Osenkov
2020-11-04Update Mono.Debugging/Mono.Debugging.Client/DebuggerStatistics.csDavid Karlaš
2020-11-04Added LocalVariableRendering time and more information to timer Start+TracingDavid Karlaš
2020-11-03WIP ignoresDavid Karlaš
2020-11-03Don't check the Column (for now).Cody Russell
2020-11-03WIP ignore everywhere.Cody Russell
2020-11-03Ignore specific locations.Cody Russell
2020-11-03WIP for first chance debugging.Cody Russell
2020-11-03[Breakpoint] Add 'ignore' property.Cody Russell
2020-10-29Add support for subprocess debuggingLluis Sanchez
2020-09-21Added OutputOptions classjoj
2020-04-22Merge pull request #318 from mono/stackframe-text-asyncJeffrey Stedfast
2020-04-21[Mono.Debugging] Added caching for StackFrame params so we don't need to refetchJeffrey Stedfast
2020-04-21[Mono.Debugging] Added StackFrame.GetFullStackFrameText/Async()Jeffrey Stedfast
2020-04-21Merge pull request #317 from mono/dev/ketyang/glyph-breakpointPad-consistencyKeting Yang