ACTIVATE WINDOW DEBUG activates the Debug Output window (156579)



The information in this article applies to:

  • Microsoft Visual FoxPro for Windows 5.0
  • Microsoft Visual FoxPro for Windows 6.0
  • Microsoft Visual FoxPro for Windows 7.0
  • Microsoft Visual FoxPro 8.0
  • Microsoft Visual FoxPro 9.0 Professional Edition

This article was previously published under Q156579

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.

MORE INFORMATION

Steps to reproduce the behavior

  1. On the Tools menu, click Options. The Options dialog box appears.
  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. Notice 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.

Modification Type:MajorLast Reviewed:2/16/2005
Keywords:KB156579 kbAudDeveloper