PRB: ACTIVATE WINDOW DEBUG Activates Debug Output Window

Last reviewed: January 20, 1997
Article ID: Q156579
The information in this article applies to:
  • Microsoft Visual FoxPro 5.0 for Windows

SYMPTOMS

If the Debug window is already open, then the ACTIVATE WINDOW DEBUG command sets the focus to the Debug Output window. On the other hand, if the Debug window is not open, the Debug window is opened and the focus is set to the Watch window.

STATUS

Microsoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

Steps to Reproduce Behavior

  1. On the Tools menu, click Options. This opens the Options dialog box.

  2. In the Options dialog box, click the Debug tab and make sure that Environment is set to "Debug Frame." Click OK or "Set As Default" to exit the Options dialog box.

  3. Open the Debug window by selecting the Debugger option on the Tools menu or by entering the following command in the Command window:

          ACTIVATE WINDOW Debug
    

  4. Note that the Debug window is opened and the focus is on the Watch window.

  5. Enter the following command in the Command window:

          ACTIVATE WINDOW Debug
    

The Debug window is activated and the focus is set to the "Debug Output" window.


KBCategory: kbtool kbprb
KBSubcategory: FxtoolAccessory
Additional reference words: 5.00 kbdse VFoxWin



THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 20, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.