Skip to content
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

[Feature] Hide detailed data structure from object files in debugger (can turn on/off) #46

Open
MarkChenYutian opened this issue Oct 2, 2023 · 0 comments
Labels
enhancement New feature or request React UI Change in UI Layer is needed

Comments

@MarkChenYutian
Copy link
Owner

Is your feature request related to a problem? Please describe.

In 15-122, students are assumed to treat library provided data structures as a black box and should not learn the actual data structure used by the library. However, the C0Visualizer is not respecting this "opacity rule" in debug console.

Describe the solution you'd like

Instead of showing the actual node / expandable value for the provided data structure, show a "...hidden..." (or something similar) to the abstract data structure provided by the library.

Describe alternatives you've considered

N/A

Additional context

This feature request is from prof. Iliano

@MarkChenYutian MarkChenYutian added enhancement New feature or request React UI Change in UI Layer is needed labels Oct 2, 2023
@MarkChenYutian MarkChenYutian added this to the Visualizer LTS milestone Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request React UI Change in UI Layer is needed
Projects
None yet
Development

No branches or pull requests

1 participant