-
we are trying embeding coreclr. but it will always hit exception, like below:
is there any debug trick or docs how to figure out the problem? |
Beta Was this translation helpful? Give feedback.
Answered by
hez2010
Nov 12, 2024
Replies: 1 comment
-
You can try attaching a debugger (VS debugger or WinDBG) to the process hosting coreclr, it will pause on the exception for you so that you can debug it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
srxqds
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can try attaching a debugger (VS debugger or WinDBG) to the process hosting coreclr, it will pause on the exception for you so that you can debug it.
From the log you attached above, it's likely that some assemblies are not put under the directory where the coreclr is in so that coreclr cannot load them.