Westwind.Scripting icon indicating copy to clipboard operation
Westwind.Scripting copied to clipboard

Ability to step into scripts when CompileWithDebug = true

Open AlexFokas opened this issue 2 years ago • 0 comments

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.

AlexFokas avatar Sep 11 '23 08:09 AlexFokas