Writing, Compiling, and Debugging JScript Code

The Visual Studio Integrated Development Environment (IDE), which is the common development environment for all languages, provides tools and validation schemes that help you write reliable code. The IDE also provides debugging features that help you reconcile inconsistencies and resolve coding mistakes.

In This Section

  • Building from the Command Line
    Explains how to invoke the compiler from the command line and provides examples of command-line syntax that return specific results.

  • Debugging and Profiling Applications
    Describes the process of debugging a .NET Framework application and how to optimize applications using the .NET Framework if Visual Studio is not installed.