Skip to content

Make console stack traces expandable #5777

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

Merged
merged 1 commit into from
Sep 28, 2021
Merged

Make console stack traces expandable #5777

merged 1 commit into from
Sep 28, 2021

Conversation

stevemessick
Copy link
Member

Fixes #5445

If this is first in the list of foldings a stack trace collapses to a single line (the first line in the screen shot). If it is last, another folding may interfere. With it second in the list, a stack trace looks like this:
Screen Shot 2021-09-27 at 2 30 52 PM

That preserves the spirit of the structured stack traces option, I think, but we may need to iterate. If the option to include all stack traces is selected then no folding is done.

@google-cla google-cla bot added the cla: yes label Sep 27, 2021
@stevemessick
Copy link
Member Author

@jwren

@stevemessick stevemessick merged commit 360651f into master Sep 28, 2021
@stevemessick stevemessick deleted the fix-5445 branch September 28, 2021 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make stack traces in the console expandable
2 participants