Debugging Tools for Windows |
An ADPlus configuration file is divided into the following sections:
<!-- Comments -->
<Settings>
<!-- defining basic settings (run mode, quiet mode, etc.) -->
</Settings>
<PreCommands>
<!-- defines a set of commands to execute before the sxe and bp commands -->
</PreCommands>
<PostCommands>
<!-- defines a set of commands to execute after the sxe and bp commands -->
</PostCommands>
<Exceptions>
<!-- commands acting on the exception actions -->
</Exceptions>
<Breakpoints>
<!-- defining breakpoints -->
</Breakpoints>
<HangActions>
<!-- defining actions for hang mode -->
</HangActions>
<LinkConfig>
<!-allows to link to another config file -->
</ LinkConfig >
</ADPlus>
These sections are described in the following topics: