The information in this article applies to:
SYMPTOMSYou issue a SET DEBUGOUT TO <some filename> to direct debug output to a file. Subsequently, you issue a SET DEBUGOUT TO to direct output to the Debug Output window. If you then check the return value of SET("DEBUGOUT"), it will continue to indicate that DEBUGOUT is directed to the file. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONSteps to Reproduce Behavior
You will get the following output printed to the screen: 1This is not expected behavior. The line following the 3 should be empty, as is the line following the 1. You may change the SET DEBUGOUT TO <another file>, and SET("DEBUGOUT") will then return the new file name, but to clear the return value, you must restart Visual FoxPro. Otherwise, SET('debugout') will return the most recent file name it was set to for the remainder of the Visual FoxPro session. © Microsoft Corporation 1998, All Rights Reserved. Additional query words: kbVFp500abug kbXBase
Keywords : |
Last Reviewed: December 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |