Re: Jit-Debugging (again)
- From: "Armin Zingler" <az.nospam@xxxxxxxxxx>
- Date: Tue, 2 Aug 2005 11:27:23 +0200
"Oleg Starodumov" <com-dot-debuginfo-at-oleg> schrieb
> > I'm using VB 2003 (VS.Net 2003 IDE) and a WindowsForms project. > > > > How can I get *completely* rid of the "Jit-Debugging" dialog > > box? The one containing the 3 buttons "Details", "continue", > > "quit" (or "close"; I don't know, I have the German version). > > > > I do *not* want to see the dialog when debugging in the IDE. > > Instead, I'd like the IDE to handle the exception and stop at > > the line throwing the error. > > - In the options, Jit-Debugging is enabled for all three items > > (CLR, native, script). > > - In machine.config, JitDebugging is enabled.
Try the same setting, but in the application's .config file. <system.windows.forms jitDebugging="true" />
It has no config file. It shouldn't care under the debugger.
Also, do you start the application under debugger or attach to a running one? (Starting under debugger should usually get rid of that dialog)
Yes, I start from the IDE (*with* debugging, not *without* debugging+attach to process). The usual way. The debugger should stop at the line throwing the exception. It doesn't.
Easy to reproduce: 1. Add a Timer (System.Windows.Forms.Timer) to a new WindowsApplication. 2. Set the timer's Enabled property = True.
3. In the timer's tick event, write:
Throw New Exception
4. Start. You'll see the problem.
Armin
.
- Follow-Ups:
- Re: Jit-Debugging (again)
- From: Oleg Starodumov
- Re: Jit-Debugging (again)
- References:
- Re: Jit-Debugging (again)
- From: Armin Zingler
- Re: Jit-Debugging (again)
- From: Oleg Starodumov
- Re: Jit-Debugging (again)
- Prev by Date: Re: How do I install "Machine Debugger Manager"?
- Next by Date: Re: Jit-Debugging (again)
- Previous by thread: Re: Jit-Debugging (again)
- Next by thread: Re: Jit-Debugging (again)
- Index(es):
Relevant Pages
|