In our application we have a scripting support based on VB.NET language. End user can enter VB.NET code in WPF SyntaxEditor with .NET Languages Add-on, and then at run-time, we simply compile this code with .NET framework compiler and execute it.
Is there any support in WPF SyntaxEditor for end user to debug entered code? If there is no such support, any advice on how to implement debugging will be appreciated. One thing to mention, installing Visual Studio along with our application is not an option.