I would like to implement a Mini IDE in my program to write additional modules. I want to include in the Mini IDE the debugger. That's all I was able find about the creation of the debugger. As I understand ICorDebug does not support x64 but my application is written for x64, and so modules should also be written under x64. What can I use to debug the modules under x64?