C
Chuck Ritzke
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
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