I am using VS 2003 on a Windows Server 2003 Machine. I am debugging a
solution that has 8 projects and when in debugging mode and stepping through
code line by line it is extremely slow. I have seen other similar posts
about this and have not seen a good fix for the problem. I have tried
reinstalling VS.Net and removing all of my breakpoints. In the task manager
the deven.exe process consumes about 100% of the CPU during the step through
process. Other Developers where I work are using Windows Server 2000 and
seem to have no problems. This is a new problem and has just started
recently and I am unable to track down where it originates from. Any help
regarding this issue would be greatly appreciated.
Thanks
> I am using VS 2003 on a Windows Server 2003 Machine. I am debugging a
> solution that has 8 projects and when in debugging mode and stepping through
[quoted text clipped - 6 lines]
> recently and I am unable to track down where it originates from. Any help
> regarding this issue would be greatly appreciated.
It can happen if you debug in mixed mode.
Make sure that you use either "Native Only" or "Managed Only" debugger type
in Project properties | Configuration Properties | Debugging | Debugger Type
(but not "Mixed"), depending on the nature of your project.
Regards,
Oleg
Jason Jones - 25 Oct 2004 14:47 GMT
Thanks for the info, but I do not see an option for Debugger type in that
window. This problem has also just started and I have never changed anything
in that window to make this start happening. Does anyone have any other
suggestions?
Thanks,
Jason
> > I am using VS 2003 on a Windows Server 2003 Machine. I am debugging a
> > solution that has 8 projects and when in debugging mode and stepping through
[quoted text clipped - 15 lines]
> Regards,
> Oleg