Debugger Dragging
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Hello, I have a web application that I have been developing in ASP.Net.
Gradually, over time, the application takes a good deal of time to come up
and then when it does come up, it takes a good 30 seconds to move from one
line of code in the debugger to the next. Prior to this, it would be nearly
instantaneous. I move the application to another machine and rebuilt it over
on that machine and it acts as I would expect it to act in the debugger mode.
I performed a "repair" on Visual Studio.Net, but that had no effect.
When I use the task manager, I see the "devenv.exe", which I presume must be
the debugger is consumming 80% of the CPU for an instruction which just might
be "int Ctr = 0;".
Where is the problem? How can I find out where the problem is?
Your assistance would be greatly appecitated.....
.
Relevant Pages
- Re: Debug OK! Release Wrong! - ntdll.dll heap manager
... > the heap manager in ntdll.dll is checkin for the debugger and acts ... One low-level difference which comes to mind mind between those two is the heap manager in ntdll.dll is checkin for the debugger and acts slightly differently depending on whether the debugger is present or not. ... (microsoft.public.vc.language) - Re: Debug OK! Release Wrong! - ntdll.dll heap manager
... > the heap manager in ntdll.dll is checkin for the debugger and acts ... When running the release version after "Start Without Bebugging", ... (microsoft.public.vc.language) - Re: Debug OK! Release Wrong! - ntdll.dll heap manager
... > the heap manager in ntdll.dll is checkin for the debugger and acts ... ModLoad: 7c940000 7c9dd000 ntdll.dll ... (microsoft.public.vc.language) - Re: Proposal for the C library in the new standard
... Seeing the value of the return code in the debugger you can ... How is that an example that uses your getline WITHOUT ENSURING CORRECT ARGUMENTS and then "acts accordingly" to handle failures CAUSED BY INVALID ARGUMENTS??? ... (comp.std.c) - Re: Debugging Managed vs Unmanaged code, please help!!!
... try ALL of other debug modes. ... > The thing is that now when i debug the debugger loads symbols for my ... > process via task manager the App breaks into the debugger! ... (microsoft.public.vsnet.debugging) |
|