Westwind.Scripting
Westwind.Scripting copied to clipboard
Ability to step into scripts when CompileWithDebug = true
I needed to be able to step into generated scripts. I only use method CompileClass and changed the code of method
public bool CompileAssembly(string source, bool noLoad = false)
Probably needs changes in other methods as well.