Debugger Visualizer not working? Have i incorrectly registered it?

后端 未结 1 1120
别那么骄傲
别那么骄傲 2021-01-21 14:33

I have created a debugger visualizer in VS2008. There are two classes i\'ve made, in the same .dll :-

  • BinaryDataDebuggerVisualizer
  • ImageDebuggerVisualize
1条回答
  •  囚心锁ツ
    2021-01-21 15:04

    Unfortunately this is not possible. There is a limitation in the Debugger Visualizer framework that prevents them from functioning on array types or object.

    http://msdn.microsoft.com/en-us/library/e2zc529c.aspx

    Quote from the page: "You can write a custom visualizer for an object of any managed class except for Object or Array"

    0 讨论(0)
提交回复
热议问题