W
Warren Harris
I've been using Visual Studio .NET 2003 with C#, and I find it
annoying that some sort of address (unique id / hash code) isn't
displayed when objects are printed in the debugger (e.g.
{System.Data.DataRelation 235} rather than just
{System.Data.DataRelation}). Doing this would make it visibly apparent
that two objects were the same, and speed debugging.
Searching through this forum I found that you can compare two objects
for equality in the Watch window (obj1 == obj2), but I would really
like find some way to fix up the debugger's print routines if that's
possible. Any idea how to do this?
Warren
annoying that some sort of address (unique id / hash code) isn't
displayed when objects are printed in the debugger (e.g.
{System.Data.DataRelation 235} rather than just
{System.Data.DataRelation}). Doing this would make it visibly apparent
that two objects were the same, and speed debugging.
Searching through this forum I found that you can compare two objects
for equality in the Watch window (obj1 == obj2), but I would really
like find some way to fix up the debugger's print routines if that's
possible. Any idea how to do this?
Warren