-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose way to get simple, human-readable, representation of the model for debugging #6304
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
Comments
Triage: We think this can be useful and @ajcvickers is going to investigate if this can be shown in the debugger automatically without introducing much overhead. |
ajcvickers
added a commit
that referenced
this issue
Aug 23, 2016
… for debugging Issue #6304 Lazy-evaluated detailed representation including annotations as discussed, plus single line representation for standard ToString.
ajcvickers
added a commit
that referenced
this issue
Aug 24, 2016
… for debugging Issue #6304 Lazy-evaluated detailed representation including annotations as discussed, plus single line representation for standard ToString.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
There are some internal APIs called ToDebugString that allow a model to be dumped out in a form like this:
This is indented to be a relatively terse and not necessarily complete form useful for debugging the model. It is not intended as a serialization format.
We should consider if something like this should be made public, and if so what form it should take.
The text was updated successfully, but these errors were encountered: