The information in this article applies to:
SUMMARYThe "BR" command in WDEB386.EXE uses the debug registers of the Intel 386 and above processors to break into the debugger on memory accesses. These accesses can be in byte, word, or dword sizes involving a read, write, or execute instruction. Because the BR command is very specific as to the type of memory access it will trap, care must be taken to choose the correct combination of BR settings in order to obtain all possible cases:
When a break into the debugger is required when a memory location is
modified, set a few BR breakpoints on a Write operation giving the
three different operand sizes:
BR W1 seg:offThis should cover all possible cases of the memory being touched. Additional query words: 3.10 no32bit 3.00 breakpoint br
Keywords : kb16bitonly |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |