You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Per discussion #2288 (comment) some types were failing expression evaluation due to '-' character in the type name. To fix this enclose the type name in quotes, see go-delve/delve#1476 for more info.
The text was updated successfully, but these errors were encountered:
jhendrixMSFT
changed the title
Enclose type names in quotes when evaluating an expression
Some types fail to display their content in locals/watch window while debugging
Feb 14, 2019
Per discussion #2288 (comment) some types were failing expression evaluation due to '-' character in the type name. To fix this enclose the type name in quotes, see go-delve/delve#1476 for more info.
The text was updated successfully, but these errors were encountered: