BUG: Visual Workbench Can't Set Breakpoint on Long DoubleLast reviewed: July 22, 1997Article ID: Q114591 |
1.50
WINDOWS
kbtool kbbuglist
The information in this article applies to:
SYMPTOMSThe Visual Workbench will generate an error when attempting to set a breakpoint at a location when an expression is true, and the expression involves a long double variable. This error only occurs when using the Visual Workbench under Windows NT.
STATUSMicrosoft has confirmed this to be a problem with the Visual Workbench, version 1.5. We are researching the problem and will post new information here in the Microsoft Knowledge Base as soon as it becomes available.
MORE INFORMATIONUse the following steps to reproduce the problem:
Sample Code
/* Compile options needed: /Zi /Mq */ void main() // line 1 { // line 2 long double Bld = 19; // line 3 Bld = 20; // line 4 } |
Additional reference words: 1.50
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |