Debug Application Plug-in
I would like to be able to allow the user to debug their C# code from within my application.
I saw an article on this a yeqar or two ago and I can't fint it any more.
I remember that it was just a slight variation on the standard CodeDom Compile-Load sequence. Searched MSDN and several other sites, but no luck.
Anyone know the answer?

