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å
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top