DEBUGGING C# AND VISUAL BASIC SCRIPTS

.NET Script debugger is a powerful tool that allows users to debug C# and Visual Basic scripts and projects.

.NET Script debugger can be integrated into the application to debug application-independent script code, compiled as the standalone executable.

It can also be used as a separate tool attached to the application process to debug the script code, which is compiled as DLL and executed within the application.

Previous

RUNNING AND DEBUGGING PYTHON AND IRONPYTHON SCRIPTS

Next

RUNNING C# AND VISUAL BASIC SCRIPTS AND PROJECTS