-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enhance "dict" type representaion in debugger
Summary: "dict" was mistakenly handled as "struct"-like type previously. Which led to the debugger display only showing it's methods. This diff expands keys() inline in the dictionary representation showing both methods (which are 'attrs') and keys. Extending PathSegment enum to correctly encode Attr(String) and Key(String) Reviewed By: stepancheg Differential Revision: D51056305 fbshipit-source-id: d38f46c95a7ce87734dd0fcdb8fd84497f9e67ae
- Loading branch information
1 parent
dfa3955
commit 6cc72e3
Showing
3 changed files
with
42 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters