E
Edson Tadeu
I have imported a project from Visual Studio .Net 2003, consisting only
of native (unmanaged) C++ code. Debugging was very fast in that IDE,
and I didn't even notice a delay when stepping over lines. Now, in MSVC
2005, each 'stepping over' takes between 1 and 2 seconds
Why is that? Is there anyway to improve the MSVC 2005 debugger speed?
I've already configured the project debugger type to Native Only, and I
tried to change a lot of debugging options, all without success.
I have an Athlon MP 2400+ (Dual Core) with 2GB of RAM!
I tried to create a new project, a very simple one, and the debug is
fast there...
The problem is with my older project, but note that this is a big
project... it is actually loading 85 modules (.dll's) when debugging.
Maybe there is too much symbols??
Note: I tried to disable JIT debugging and Edit&Continue -- without
success.
Thanks for any help!
of native (unmanaged) C++ code. Debugging was very fast in that IDE,
and I didn't even notice a delay when stepping over lines. Now, in MSVC
2005, each 'stepping over' takes between 1 and 2 seconds
Why is that? Is there anyway to improve the MSVC 2005 debugger speed?
I've already configured the project debugger type to Native Only, and I
tried to change a lot of debugging options, all without success.
I have an Athlon MP 2400+ (Dual Core) with 2GB of RAM!
I tried to create a new project, a very simple one, and the debug is
fast there...
The problem is with my older project, but note that this is a big
project... it is actually loading 85 modules (.dll's) when debugging.
Maybe there is too much symbols??
Note: I tried to disable JIT debugging and Edit&Continue -- without
success.
Thanks for any help!