C
Clive Dixon
Recently the solution my team is working on has sometimes been running like
mloasses under the debugger. Pressing F10 to go to the next statement, even
if that step apparently does nothing (e.g. going from the opening brace of a
method or property accessor to the first actual code statement) can
sometimes take 20-30 seconds. Now the only thing I can think of is that
recently I have been making liberal usage of DebuggerDisplay,
DebuggerTypeProxy and writing some debugger visualizers. But surely these
should only be used at the point where the data is examined and shouldn't be
affecting the speed in the way we are experiencing. Anybody any ideas what
might be causing this behaviour?
mloasses under the debugger. Pressing F10 to go to the next statement, even
if that step apparently does nothing (e.g. going from the opening brace of a
method or property accessor to the first actual code statement) can
sometimes take 20-30 seconds. Now the only thing I can think of is that
recently I have been making liberal usage of DebuggerDisplay,
DebuggerTypeProxy and writing some debugger visualizers. But surely these
should only be used at the point where the data is examined and shouldn't be
affecting the speed in the way we are experiencing. Anybody any ideas what
might be causing this behaviour?