-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-GC-coreclrhelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributors
Description
i built coreclr ,use VS2017 open Windows_NT.x64.Debug\CoreCLR.sln to debug.
1、debug INSTALL run corerun.exe , if not set CORE_LIBRARIES=%ProgramFiles%\dotnet\shared\Microsoft.NETCore.App\2.2.0, it will raise error.
this is doc (debugging-instructions.md)
2、debug GCSample error, how to run it rightly?
i try this it can run
GCHeap::Initialize changed g_gc_pFreeObjectMethodTable = g_gc_pFreeObjectMethodTable==NULL?GCToEEInterface::GetFreeObjectMethodTable():g_gc_pFreeObjectMethodTable;
gcenv.ee.cpp changed AppDomainCanAccessHandleTable return to true
Metadata
Metadata
Assignees
Labels
area-GC-coreclrhelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributors