Compiler Settings for Microsoft Visual J# .NET

Applies to AQTime 8.81, last modified on January 18, 2022

This topic explains how to prepare applications created with Visual J# .NET for AQTime. To learn how to prepare applications created with Visual J# 2005, see Compiler Settings for Microsoft Visual J# 2005.

To add debug information to your Visual J# .NET application, follow these steps:

  1. Open your project in Visual Studio .NET.

  2. Select Build > Configuration Manager from the main menu. This will open the Configuration Manager dialog. Select the Debug configuration for your project:

    Configuration Manager Dialog

    Close the dialog.

  3. Right-click the project in the Solution Explorer and select Properties from the context menu. This will open the Property Pages dialog.

  4. In the dialog, open the Configuration Properties > Build page and select Active (Debug) from the Configuration dropdown list at the top of the dialog. Then, in the Configuration Properties > Build page, turn on the Generate debugging information option and disable Optimize Code.

    Property Pages:Configuration Properties > Build

    Click the image to enlarge it.

  5. Press OK to save settings. Recompile the application.

When your application is ready for final delivery, remember to compile it without debug information to reduce overall application size.

See Also

Compiler Settings for .NET Applications
Profiling .NET Applications - Specifics

Highlight search results