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 of the debugger is too narrow when debugging C++ #79748

Closed
Zylann opened this issue Aug 24, 2019 · 2 comments
Closed

Call stack of the debugger is too narrow when debugging C++ #79748

Zylann opened this issue Aug 24, 2019 · 2 comments
Assignees

Comments

@Zylann
Copy link

Zylann commented Aug 24, 2019

VSCode 1.37.1

When I hit breakpoints debugging a C++ application, the call stack view of the debugger is way too small to fit lines of that length. It forces me to resize the panel to an absurd width to see information:

image

I was using QtCreator before and it showed the call stack at the bottom too just fine.
Could there be a way to move the call stack to a bottom panel, where there is more horizontal space to fit the stack?

Note: I guess the debugger GUI is not specifically related to the cpptools extension, but if it is I'll move the issue.

@vscodebot
Copy link

vscodebot bot commented Aug 24, 2019

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

@isidorn
Copy link
Contributor

isidorn commented Aug 26, 2019

For moving the call stack view to the panel it is a duplicate of
#41686
and #50853 which will give us more flexible layout.

As for the content of the callstack view please file that against the C++ extension so hey potentially trim the content on their end. Thanks

@isidorn isidorn closed this as completed Aug 26, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants