Debugger Settings
In this dialog box you can select which messages will be shown during the debugging. Moreover, you can define breakpoints. The functions can be used for different purposes. For example, you can check either with Show SmartAnalyzer trace output or with Show run log output if the messages intended for the user are actually shown.
In the General Settings area you define for which part of the program messages will be displayed during the debugging. Select the corresponding check boxes.
Show SmartAnalyzer trace output displays messages that originate from SmartAnalyzer or the SmartAnalyzer App SDK. This is technical information.
Show run log output lists messages that originate from the audit test. These are messages that will be available to the end user in a log file.
Show task progress notifications lists messages that were created in SmartAnalyzer while the audit test was run. A developer can use it to check if the messages are displayed and if they are shown in the correct order.
Show wizard output settings displays messages which will be shown to the user in the Status area during the file import via the Standard Import Routine.
When you check Standard Import Routines you can define breakpoints. Stop before routine starts will pause the debugging before a routine is run.
To check the status immediately after a routine was run select Stop after routine ends.
After a running routine was stopped at a breakpoint the respective status will be shown by a flashing text. Click Start debugging in the existing execution context each time to continue with the check.
In the Active DTE Instance (.NET debugging) area select the version of the development environment in which you wish to debug the .NET code and/or Standard Import Routines.