Is there an easy way to debug code that is compiled during runtime with the CSharpCodeProvider? Like is it possible to easily setup VS to try compiling it or something?
I would hate to have to keep running the program and having it keep compiling the code to find mistakes.