Skip to content

any debug trick for embed coreclr #109721

Answered by hez2010
srxqds asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by srxqds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants