Custom object display in debugger Permanently deleted user Created July 22, 2005 04:56 Is there any documentation for Custom object display in debugger?How do I call MyFormatter.ToString(%instance%) with the use expression option.Thanks,Yogurt Earl
This seems to work but I am getting error underlining.
Is this a bug?
See the screenshot
Yogurt Earl
Attachment(s):
snap.PNG
just use 'this' to refer the instance to which your expression is applied.
In your case the expression works because there must be a reference named 'point' in the context at the moment the expression is evaluated.