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

Call Stack should be able to render from both sides #71515

Closed
Devon7925 opened this issue Mar 31, 2019 · 9 comments
Closed

Call Stack should be able to render from both sides #71515

Devon7925 opened this issue Mar 31, 2019 · 9 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code
Milestone

Comments

@Devon7925
Copy link

Devon7925 commented Mar 31, 2019

Call stack is a very helpful debugging tool, but I find it often useless when dealing with stack overflows because the issue may be caused by a bad initial condition. This means that you have to look near the bottom of the call stack. This is currently difficult because it means that you have to press the Load More Stack Frames button over and over and scroll down until you reach the desired location. This could be fixed if call stack rendered frames from both sides in the event where there are too many to render at one time. This would also necessitate two Load More Stack Frames buttons one for each side.

@vscodebot
Copy link

vscodebot bot commented Mar 31, 2019

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@Devon7925
Copy link
Author

Not a duplicate

@Devon7925
Copy link
Author

image
This is how most websites fix this issue. Rendering start, end, and around whatever focused element.

@weinand
Copy link
Contributor

weinand commented Mar 31, 2019

I think you mean "This means that you have to look near the bottom of the call stack."

@weinand weinand added the debug Debug viewlet, configurations, breakpoints, adapter issues label Mar 31, 2019
@weinand weinand added the feature-request Request for new features or functionality label Mar 31, 2019
@weinand
Copy link
Contributor

weinand commented Mar 31, 2019

@isidorn we could show a "show bottom" button.

@isidorn
Copy link
Contributor

isidorn commented Apr 1, 2019

Leaving as a feature request for now.
And yeah we could have a show bottom button in the title bar. However this seems like bloat for now and I would wait for more feedback.

@isidorn isidorn added this to the Backlog milestone Apr 1, 2019
@weinand
Copy link
Contributor

weinand commented Apr 1, 2019

Why in the title bar?
Just another button next to the "Load More Stack Frames" button.

@isidorn
Copy link
Contributor

isidorn commented Apr 1, 2019

Aha yes. That makes more sense.

@isidorn isidorn added the *out-of-scope Posted issue is not in scope of VS Code label Oct 8, 2019
@vscodebot
Copy link

vscodebot bot commented Oct 8, 2019

This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding and happy coding!

@vscodebot vscodebot bot closed this as completed Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

3 participants