How to register a managed debugger in VS Integrated Shell

71 Views Asked by At

My team currently has a fork of the Iron Python Integrated Shell project where we completely implemented our own custom language using managed C#. Our current implementation does not utilize any debug engine (it uses some hacky alternative) and my task is to figure out if it's possible to replace what we have by registering a custom, managed debug engine with the shell.

After a lot of research, I did stumble upon this project: CLR Managed Debugger (mdbg) Sample 4.0 but I do not understand how one would register such an engine with the integrated shell.

If anyone has an idea or resource to point me in the right direction, that would be most appreciated.

Thank you so much for your time!

0

There are 0 best solutions below