2

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?

1
  • 1
    It would be a good idea to accept answers to some of your other questions. You'll get a better response when asking new questions, and you'll get some reputation. Commented Apr 23, 2011 at 6:32

1 Answer 1

1

I think you are confusing the fact that mixed mode (interop) debugging with x64 doesn't work with ICorDebug supporting x64. You can definitely debug x64 bit apps with a managed debugger based on ICorDebug. Perhaps I am misunderstanding your question.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.