12.10 Debugging Command-line Parameters

The final command-line to be executed can be examined in the Appmanager Control Center 6.5 debug window (accessible via CTRL+F8). To enable this functionality you will need to enable a higher level of detail in the diagnostic window.

The NQConsole.EXE.Config file enables the diagnostic window to display more detailed diagnostic messages. Following is an example of this file - it should be placed in the bin directory.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <configSections>
  </configSections>
  <appSettings>
    <add key="TRACELEVEL" value="INFO" />
  </appSettings>
</configuration>

NOTE:Do not leave this file in place in production environments because it could negatively affect performance.