Debugging Tools for Windows

Sample Configuration File for Conditional CLR Exceptions

The following sample shows you how to configure ADPlus for conditional CLR exceptions.

<ADPlus>
    <!--
         Configuring ADPlus to monitor a custom exception
    -->
  <Exceptions>
    <!-- 
           Creating the exception
     -->
       <NewException>
           <Code> c000008f </Code>
           <Name> CustomExc_c000008f </Name>
       </NewException>
    <!-- 
           Configuring the  exception
           Here we configure it to create a full dump and a log on first chance
     -->
     <Config>
       <Code> c000008f </Code>
       <Actions1> FullDump;Log </Actions1>
     </Config>
  </Exceptions>
</ADPlus>

Build machine: CAPEBUILD