PRB: Bitfield Breakpoint Halts Execution on Neighboring Fields (77653)
The information in this article applies to:
- The Integrated Debugger, when used with:
- Microsoft Visual C++, 32-bit Professional Edition
- Microsoft Visual C++, 32-bit Enterprise Edition
- Microsoft Visual C++, 32-bit Learning Edition
- Microsoft CodeView for MS-DOS
This article was previously published under Q77653 SYMPTOMS
When a break expression specifies a bit field, the debugger does not halt
execution at that breakpoint.
CAUSE
The byte is the smallest addressable unit in the debugger; it does not
support specifying an individual bitfield in a breakpoint. The larger unit
that contains the bitfield determines when execution halts.
Modification Type: | Major | Last Reviewed: | 12/12/2003 |
---|
Keywords: | kbBug kbDebug kbide kbprb KB77653 |
---|
|