• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Visual Studio 2005 Just in Time Debugger

Net

Golden Member
This thing is annoying and I want to remove it.

To enable/disable Just-In-Time debugging
- On the Tools menu, click Options.
- In the Options dialog box, select the Debugging folder.
- In the Debugging folder, select the Just-In-Time page.
- In the Enable Just-In-Time debugging of these types of code box,

Arg, the Debugging folder doesn't exist. And yet that annoying just in time debugging pop up allows comes up.

and there is no HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\DbgManagedDebugger
on my system. what the crap?
 
Do you have programs crashing that often? 🙂. I just checked both VS2005 and VS2008 and it was right where the tip said it was in both versions. So either you missed it, or there is something screwy with your install. If the latter, just yank the tools and reinstall. It's not that big a deal.

Edit: do you have the debugging commands on the toolbar and/or in the menus (step over, step into, etc.)?
 
I get about 10 crashes a day from smartftp and other programs. The thing is I never had a problem before "Just in Time Debugger" was here. It's finding small errors in programs then pop-up. I'll try reinstalling. thanks.
 
Back
Top