I have a MonoDevelop 2.4 Add-In that adds a suport of custom .NET-based language to IDE. It works fine - compiles, runs etc but i'm wondering how to implement a debugger support for it. Unfortunately MonoDevelop Add-In framework is not documented anyhow. Googling & disassembling MonoDevelop dlls with Reflector had no effect.
If smb knows any source of useful documentation or how to add a debugger support in my case, please tell me.