BUG: Breakpoint Occurs When You Insert Clipboard Assistant

Last reviewed: July 17, 1996
Article ID: Q148880
The information in this article applies to:
  • The Development Environment, included with: Microsoft Visual C++, 32-bit Edition, versions 4.0, 4.1, 4.2

SYMPTOMS

When you try to use the Clipboard Assistant on the Checked build of Windows NT, the following message appears as you move between the pages of the Clipboard Assistant component:

   A breakpoint has been reached.
   (0x80000003) occured in the application at location 0x77f728d0.

   Click OK to terminate the application.
   Click Cancel to debug the application.

NOTE: The Checked build of Windows NT is Windows NT with system debug versions of the system DLLs.

RESOLUTION

If Developer Studio is installed as the system debugger (The just-in-time debugging feature), you can click Cancel to debug the application. Then another instance of Developer Studio will be launched to debug the problem. At that point, you can just click Go on the Debug menu to continue execution. The breakpoint can be ignored.

To install Developer Studio as your just-in-time debugger, follow these steps:

  1. On the Tools menu, click Options, and click the Debug tab.
2. Select the Just-in-Time Debugging check box. 3. Click OK.

NOTE: You must have administrator privileges to set the Just-in-Time option.

STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.


Additional reference words: 4.00 4.10 4.20 vcbuglist400
KBCategory: kbtool kbbuglist
KBSubcategory: VWBIss



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: July 17, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.