Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Tracepoint Output
The Tracepoints page of the Analyzer Script enables you to direct where the output from any Trace statements goes during a debug session.
Access Analyzer | Execution Analyzer (Shift+F12) : New (Toolbar icon) > Debug > Tracepoints
Analyzer | Execution Analyzer (Shift+F12) : locate and double-click on required script > Debug > Tracepoints
Field |
Detail |
See also |
||||
---|---|---|---|---|---|---|
Output |
You can select from two options:
|
|
||||
Folder |
Enter the folder to use for Trace statement log files.
|
|
||||
Filename |
Enter the name to use for the Trace statement log files.
|
|
||||
Overwrite |
If selected, the specified file is overwritten each time a debug session is started.
|
|
||||
Auto Number |
If selected, the Trace log file is composed of the filename you specify and a number. Each time you start a debug session, the number is incremented.
|
|
||||
Prefix trace output with function |
If selected, any Trace statements executed during the debug session run are prefixed with the current function call.
|
|