Debugger libraries
Перейти к файлу
Mauro Agnoletti 84c5c67f3e
Allow checking only runtime version when invoking VersionInfo.AtLeast (#405)
Also, ensure we only check runtime version on EnC related checks

This should fix a bug where C# Hot Reload was not working correctly on net7
2023-09-21 14:16:20 -03:00
CorApi
CorApi2
Mono.Debugger.Soft Allow checking only runtime version when invoking VersionInfo.AtLeast (#405) 2023-09-21 14:16:20 -03:00
Mono.Debugging Avoid blocking the SoftDebuggerStackFrame ctor when updating source location from source link (#398) 2023-04-24 19:17:08 -03:00
Mono.Debugging.Soft Fixed broken Step In/Step Out/Step Into in Xamarin.Forms (#403) 2023-08-25 12:37:20 -03:00
Mono.Debugging.Win32
UnitTests Ensure all threads have started before test pauses 2023-02-15 14:12:14 +00:00
.editorconfig
.gitignore
CODE-OF-CONDUCT.md
LICENSE
Mono.Debugging.Win32.sln
Mono.Debugging.settings
NuGet.config This will add the non-default nuget key to avoid compilation error. (#390) 2023-04-10 11:43:59 -03:00
README.md
README.txt
debugger-libs.sln
eula.rtf

README.md

This repository contains several libraries which can be used to control the Mono debugger.

  • Mono.Debugger.Soft: The Mono Soft Debugger low level API
  • Mono.Debugging: Pluggable debugger API abstraction. It provides a common API to be used as frontend to different debuggers.
  • Mono.Debugging.Soft: Mono.Debugging backend for the Mono Soft Debugger.

Dependencies

The libraries in this repository have external dependencies, specifically: