INTEGRATING C# AND VISUAL BASIC SCRIPT DEBUGGER INTO YOUR APPLICATION
.Net script debugging can be integrated into the application to debug C-Sharp and Visual Basic scripts.
As the script debugger performs process-wide debugging, it can only debug scripts compiled as executable and executed in a separate application process.
In case script code needs to access objects hosted by the application, it can be implemented by employing interprocess-communication techniques like .NET remoting.
Previous
DEBUGGING C# AND VISUAL BASIC SCRIPTS
Next