The information in this article applies to:
SYMPTOMSMicrosoft CodeView version 4.0 will not step over an embedded Interrupt 3 instruction. Execution will also stop after pressing F5 for Go, and will not pass this instruction. RESOLUTION
You can either step over the Int 3 by changing the value of the IP
register, or use the Assemble command to change the Int 3 instruction.
>a XXXX:XXX1where XXXX:XXX1 is the address where the Int 3 is located. STATUSMicrosoft has confirmed this to be a problem in CodeView versions 4.0, 4.01, and 4.05. This problem was corrected in CodeView version 4.1. MORE INFORMATIONInt 3 is a special debugging interrupt. It is often put in code to create a permanent, or hard breakpoint. Additional query words: 4.00 4.10
Keywords : kb16bitonly |
Last Reviewed: October 27, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |