Debugging Tools for Windows

Sample Configuration File for Breakpoints

The following sample shows you how to configure ADPlus for breakpoints.

<ADPlus>
    <!--
    Configuring ADPlus for breakpoints
    -->
   <!-- defining breakpoints -->
   <Breakpoints>
      <NewBP>
          <Address> ntdll!RtlEnterCriticalSection </Address>
          <Actions> Log;Stacks </Actions>  
          <CustomActions> r </CustomActions>  
      </NewBP> 
      <NewBP>
          <Address> 77f5b380 </Address>
          <Actions> Log;Stacks </Actions>  
          <CustomActions> r </CustomActions>  
      </NewBP> 
   </Breakpoints> 
</ADPlus>

Build machine: CAPEBUILD