Hello
I have sent 2 or 3 bugs for 5.0.0.4218-Beta 3 to the Forum "Support for Unreleased Versions" and they were not published, therefore I'm not sure if it's worth sending Bugs or Hints. I try this forum.
It would be great if the Debugging Tooltip displays the objects ToString() result instead of its type.
For example, if I debug and my mouse cursor is over an object, it displays:
template | FileOrPath | cSharpTools.IO.FileOrPath
Because FileOrPath has a ToString method, it would be great if the tooltip uses ToString():
template | FileOrPath | "d:\\Testpath\\testfile.txt"
Thanks a lot for this great tool!,
kind regards,
Tom