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
path: root/CorApi
AgeCommit message (Collapse)Author
2021-01-20Change DebugType from `full` to `portable` (#335)Dmitriy Vornychev
2019-06-10Move remaining projects to net472.Kirill Osenkov
2017-04-27Sign CorApiMarius Ungureanu
2017-03-13Fix referencesArtem Bukhonov
2017-01-26Import path fixArtem Bukhonov
2017-01-25Custom properties for Win32 debugger projects. (Used to sign with custom key)Artem Bukhonov
2017-01-10Handle some other COR_ELEMENT_TYPES to avoid exceptions in ReadTypeArtem Bukhonov
2016-12-30.editorconfig files for CorDebug projects.Artem Bukhonov
Makes editing easier because CorApi* and Mono.Debugging has different code styles.
2015-07-01[Debugger] Fixed build(track debugger-libs API changes)David Karlaš
-Made it buildable on Windows without .Net 2.0/3.5(CorApi project is now .Net 4.5) -Ignored implict casting on CorDebug
2015-01-24Merge branch 'debuggerVisualizers' into 'master'David Karlaš
Conflicts: main/external/debugger-libs main/src/core/MonoDevelop.Ide/ExtensionModel/StockIcons.addin.xml main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj version-checks
2015-01-17Add pdbonly to release configurations.Marius Ungureanu
2014-07-07[CorDebug] Support for interface names and MetadataType.GetInterfacesDavid Karlaš
2014-02-26Flush MSBuild serializer noiseMichael Hutchinson
2013-11-28[Cordebug] Fix issues with interface listing. Also cache GetType queries.Therzok
2013-09-08Move MS.NET debugger into MainMichael Hutchinson
So we can easily debug when developing MD on Windows