LLVMSharp icon indicating copy to clipboard operation
LLVMSharp copied to clipboard

How to debug native code?

Open Stefan-J-Hanke opened this issue 1 year ago • 0 comments

Hi,

we are struggling with exceptions inside the native code, so I'd like to debug in the llvm native code to see what's going on.

How do I do that?

Unfortunately LLVM still does not allow to compile a dynamic library using the msvc toolchain. I don't want to dabble with mingw if I can avoid it. I found some other posts that hint that the creation was part of this repository but now it's not there anymore (https://github.com/dotnet/LLVMSharp/blob/v5.0.0/tools/GenLLVMDLL.ps1)

Please pardon in case I didn't see the obvious.

Stefan-J-Hanke avatar Nov 28 '23 14:11 Stefan-J-Hanke