PC Review


Reply
Thread Tools Rate Thread

Annoying Debug messages

 
 
=?Utf-8?B?QWxvbnNv?=
Guest
Posts: n/a
 
      3rd Sep 2007
Hello. I do not want any boxes telling me of errors and asking me if I want
to debug. I already configured my Internet Explorer disabling both debugging
options and I still get some messages. Particularly, I get messages in
Windows Mail. I have Visual Studio installed in my computer. How can I stop
any and every spontaneous debugging in my computer????

Thanks.


 
Reply With Quote
 
 
 
 
Andrew McLaren
Guest
Posts: n/a
 
      3rd Sep 2007
"Alonso" <(E-Mail Removed)> wrote...
> Hello. I do not want any boxes telling me of errors and asking me if I
> want
> to debug. I already configured my Internet Explorer disabling both
> debugging
> options and I still get some messages. Particularly, I get messages in
> Windows Mail. I have Visual Studio installed in my computer. How can I
> stop
> any and every spontaneous debugging in my computer????


Hi Alonso,

This is a function of Visual Studio, not Vista. When you install Visual
Studio onto the machine, it configures itself as the default debugger. This
is normal and "by design" for Visual Studio on all platforms.

You can disable Just-in-Time debugging under Visual Studio's options. You
don't say which version of Visual Studio you're running, I'll assume it is
VS2005:

- Run Visual Studio as Administrator (because you need to change a
machine-wide setting)
- go to te Tools menu in Visual Studio
- go to Options; the Options dialogue will appear
- expand the Debugging item in te left-hand pane (7th item down)
- select "Just-in-Time"
- in the right-hand pane, clear the check boxes under "enable just-in-time
debugging for these types of code"
(ie, clear Managed, Native and Script)
- click OK
Just-in-time debugging should now be disabled. The steps are roughly
similar, in previous versions of Visual Studio.

The default debugger is stored in the Registry on each machine. For native
machine code, the debugger is set under
HKLM\Software\Microsoft\Windows NT\Current Version\AeDebug
For managed code, it's under:
HKLM\Software\Microsoft\.NETFramework\DbgJITDebugLaunchSetting
But it's better to configure these things through the UI, than try to munge
the Registry directly.

Hope it helps,
--
Andrew McLaren
amclar (at) optusnet dot com dot au


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Annoying debug screen markt Windows XP General 0 4th Nov 2003 04:53 AM
Re: THOSE ANNOYING POP UP MESSAGES. Will Dormann Storage Devices 0 15th Sep 2003 02:54 PM
writing own debug messages to debug window Thomas Pecha Microsoft VB .NET 7 5th Sep 2003 09:41 PM
Annoying Pop-Up Messages SEM Windows XP Messenger 0 1st Sep 2003 12:53 PM
RE: Annoying Visual Studio .NET debug F5 behavior. Jeffrey Tan[MSFT] Microsoft Dot NET 1 14th Aug 2003 04:27 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:14 AM.