zzzprojects / Eval-Expression.NET

C# Eval Expression | Evaluate, Compile, and Execute C# code and expression at runtime.
https://eval-expression.net/
Other
449 stars 86 forks source link

How to debug C# code in Eval method #153

Open P9avel opened 10 months ago

P9avel commented 10 months ago

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

JonathanMagnan commented 10 months ago

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