Re: Why JIT Debugger Doesn't Work on Particular Project?
From: Andy Gaskell (pubb)
Date: 05/17/04
- Next message: Steve: "Newbie question -- Where do I start"
- Previous message: Wells Caughey: "How do you use a .NET object in IE?"
- In reply to: Chuck Ritzke: "Why JIT Debugger Doesn't Work on Particular Project?"
- Next in thread: Chuck Ritzke: "Re: Why JIT Debugger Doesn't Work on Particular Project?"
- Reply: Chuck Ritzke: "Re: Why JIT Debugger Doesn't Work on Particular Project?"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 16 May 2004 21:46:26 -0500
With your solution open in VS.NET right click the solution in the Solution
Explorer and click on Configuration Manager. It's probably on Release,
change it to Debug. Click Close and run your application again.
"Chuck Ritzke" <CHUCK AT MYACTUARY DOT COM> wrote in message
news:uLtnC$4OEHA.808@tk2msftngp13.phx.gbl...
> Hi,
>
> I've been using VS for a number of projects and the debugger has worked as
> advertised until now. I have a desktop solution with three projects, two
of
> which are class modules. For some reason, in only one of them, the JIT
> debugger doesn't seem to be working. (At least I asssume this is a JIT
> debugger issue.)
>
> Anyways, in all my other projects an error causes the pop-up window with
the
> break button option that breaks at the line with the problem. For some
> reason, any error in this one particular project just pops-up the window
> that says the JIT debugger needs to be enabled. I tried setting
JITDebugger
> to True in the Machine.config file per the window instructions, but that
> didn't help (and I wondered why I'd need to anyway because the debugger
> works everywhere else). It also talks about changing this setting in the
> app's config file, but the only config files I see are those in the
ASP.NET
> projects.
>
> Does anyone know where I should look to see why the JITDebugger window
> doesn't pop-up in a particular application? The only different thing that
I
> can think of that I did in this project was to include a reference to a
COM
> object. But even when I removed the reference, still no debug window.
>
> Any help will be appreciated. Thanks in advance,
> Chuck
>
>
- Next message: Steve: "Newbie question -- Where do I start"
- Previous message: Wells Caughey: "How do you use a .NET object in IE?"
- In reply to: Chuck Ritzke: "Why JIT Debugger Doesn't Work on Particular Project?"
- Next in thread: Chuck Ritzke: "Re: Why JIT Debugger Doesn't Work on Particular Project?"
- Reply: Chuck Ritzke: "Re: Why JIT Debugger Doesn't Work on Particular Project?"
- Messages sorted by: [ date ] [ thread ]