Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Annoying Debug messages

Reply
Thread Tools Display Modes

Annoying Debug messages

 
 
Alonso
Guest
Posts: n/a

 
      09-03-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

 
      09-03-2007
"Alonso" <> 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\DbgJITDebugL aunchSetting
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
Display Modes

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
Windows Mail is ANNOYING!! Won't reveive messages! Andrew WK Fan Windows Vista Mail 1 02-27-2008 06:15 PM
Please help. Annoying TV Tuner. No reply at my messages. Andy Windows Vista Hardware 1 06-04-2007 04:21 PM
Remote Desktop, how do I get rid of these 2 annoying messages? Humphry Windows Vista General Discussion 2 10-18-2006 07:54 PM
Re: Some Vista's "annoying messages" Rock Windows Vista General Discussion 1 09-23-2006 06:29 PM
Re: Some Vista's "annoying messages" Lior Bobrov Windows Vista General Discussion 0 09-23-2006 02:06 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59