Visual Studio 2003 dubugger visualizer

  • Thread starter Thread starter lupesko
  • Start date Start date
L

lupesko

Hi,

I would like to add some of my type with a debugger visualizer logic,
simply to display a dynamically built string in the debug watch rather
than the default type name.

Anyone has a clue how this can be done?

Thanks, Hagay.
 
I would like to add some of my type with a debugger visualizer logic,
simply to display a dynamically built string in the debug watch rather
than the default type name.

Anyone has a clue how this can be done?

Override the ToString method of your type.

Anders Norå
 
Back
Top