HOWTO: Debug a Windows Shell ExtensionLast reviewed: October 7, 1997Article ID: Q138942 |
The information in this article applies to:
SUMMARYTo debug a Windows Shell Extension using Microsoft Visual C++, you must specify the Windows shell as the "Executable For Debug Session" in Project Settings (Build Settings if using Microsoft Developer Studio 4.0), and re- start it by using the Visual C++ debugger.
MORE INFORMATION
Steps to Debug a Windows Shell Extension
Windows 95 NOTE: Once you finish debugging, double-click anywhere on the desktop to restart the shell. This will bring up a Task dialog box. On the File menu, click Run, and then enter the path to Explorer.exe. Explorer.exe and "the shell" are the same thing. Windows NT 4.0 NOTE: Once you finish debugging, press CTRL+ALT+DEL to bring up the Windows NT task manager. On the File menu, click New Task (Run...), and then enter the path to Explorer.exe.
REFERENCESVisual C++ 4.0 Books Online - Extending the Windows 95 Shell. Keywords : WBDebug Version : WINNT:2.0,2.1,2.2,4.0,4.1,4.2,5.0; Platform : NT WINDOWS Issue type : kbhowto |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |