Select to view content in your preferred language

Debugging an ArcMap extension in VS2010 - SLOW

545
1
05-17-2011 05:30 AM
ShaneBoucvalt
Deactivated User
Anyone have issues with performance when debugging an ArcMap extension written in .NET in Visual Studio 2010?

Even at points where none of my code is executing (the map is just trying to redraw), the performance is really bad, but only when I am using the DEBUG configuration. If I set it to RELEASE configuration, the map redraws fine!

What is puzzling is that it is affecting the draw time of the map, when my code has already ran - I'm not seeing why the configuration would affect ArcMap redrawing it's own map?! Any ideas?

I am running Windows 7 64 bit w/ ArcGIS 10 SP1.
0 Kudos
1 Reply
RichardWatson
Deactivated User
Do you have unmanged debugging enabled?

Just my code enabled?

Are you downloading symbols?

Is this is in a VM?
0 Kudos