Gleb Balykov

Results 57 comments of Gleb Balykov

Do you have some build issues? `CORECLR_SRC_DIR` takes in account both older coreclr repo (https://github.com/dotnet/coreclr before merge in https://github.com/dotnet/runtime, e.g. .Net Core 3.1), as well as new runtime repo.

> Hence I had to pass /dotnet/runtime/src/coreclr directory path. This is intentional behavior, `CORECLR_SRC_DIR` variable represents dir of CoreCLR, and runtime repo contains other stuff too. Path to CoreCLR is...

Please share incomplete stack trace that you see, as well as the one that you see with disabled "analyze exceptions" code

This can happen when trying to attach to the wrong unmanaged process. How did you choose pid of process to attach to?

Have you tried launch of debuggee process by netcoredbg instead of attach?

> The vast majority of errors seem to be because of this check: Which dll exactly gets E_FAILS in `GetTargetCLRMetrics`? Is your test built in debug mode? > Unfortunately I...