Debugging Tools for Windows |
The following sample shows you how to configure ADPlus for breakpoints.
<!--
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>