The information in this article applies to:
SYMPTOMSThe Locals window of the Debugger does not refresh properly when a program contains either the SUSPEND or the SET STEP ON commands. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. Q194022 INFO: Visual Studio 6.0 Service Packs, What, Where, Why MORE INFORMATIONSteps to Reproduce Behavior
Call Stack window correctly says: Proc1 Test.prg The Locals dropdown correctly says: Proc1. Value of x in Locals window is TEST; this is correct value for x in Test, not Proc1, and tx does not appear. If you move the Visual FoxPro window over the Debugger Locals window to make it repaint, you will see the correct value for x ("TEST PROC1"), but the letters tx still do not appear. Proc2 Proc1 Test.prg The Locals dropdown correctly says Proc2. Value of x in Locals window is TEST or TEST PROC1 depending on if you forced a repaint above in observed after step 3. This is correct value for x in Test or Proc1, and the letters tx still do not appear. At any time, if you click a program in the Call Stack window, or click on the locals dropdown to select a procedure, the Locals Window displays the correct values. To see the behavior with the SUSPEND command, follow these steps:
Notice that x is not visible. If you click on the program name in the Call Stack window, x will appear in the Locals window. Additional query words:
Keywords : kbMiscTools kbVFp600 kbVFp600bug kbVS600sp3fix kbGrpFox kbDSupport |
Last Reviewed: August 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |