mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
Implement ToString methods for tree nodes for more convenient Debugging #405
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KvanTTT on GitHub (Oct 7, 2020).
I expect to see the respective code fragment or at least span when I'm hovering over
MarkdownObjectobject in runtime but I see the class name that does not make sense.@MihaZupan commented on GitHub (Oct 7, 2020):
That information would come from DebuggerDisplay attributes. We have those on some syntax objects, but not all as you mentioned.