Eval-Expression.NET icon indicating copy to clipboard operation
Eval-Expression.NET copied to clipboard

How to debug C# code in Eval method

Open P9avel opened this issue 2 years ago • 1 comments

Hello, i am want to write complex script. How to debuging this code? i am want stepping throw code. Is it possible?

P9avel avatar Nov 12 '23 17:11 P9avel

Hello @P9avel ,

Unfortunately, no, our library is made to run code at runtime.

It doesn't allow you to step through the code as you can easily do with Visual Studio.

Best Regards,

Jon

JonathanMagnan avatar Nov 13 '23 15:11 JonathanMagnan