There is an interesting article about debugging dynamically
generated code here:
http://blogs.msdn.com/jmstall/archive/2005/02/03/366429.aspx
I’m currently trying to use Boo to drive scripts, and would
very much like to be able to debug it.
Is there a way in the interpreter to set those things?
I want to be able to have a Debug.Break() in the script
that would call the debugger and allow the user to debug the code.
An even better way would be to make it break on first
statement from my calling code.