BUG: Breakpoint Occurs When You Insert Clipboard Assistant
Article ID: 148880
Article Last Modified on 12/9/2003
APPLIES TO
- Microsoft Visual C++ 4.2 Enterprise Edition
- Microsoft Visual C++ 5.0 Learning Edition
- Microsoft Visual C++ 5.0 Learning Edition
- Microsoft Visual C++ 4.0 Professional Edition
- Microsoft Visual C++ 4.1 Subscription
- Microsoft Visual C++ 4.2 Professional Edition
This article was previously published under Q148880
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:
- On the Tools menu, click Options, and click the Debug tab.
- Select the Just-in-Time Debugging check box.
- 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.
MORE INFORMATION
Additional query words: kbVC400bug 4.00 4.10 4.20
Keywords: kbide KB148880