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

When debugging multi-page site, Call Stack doesn't display page names/paths until expanded #229100

Closed
slashinpdx opened this issue Sep 19, 2024 · 0 comments · Fixed by microsoft/vscode-js-debug#2097
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues polish Cleanup and polish issue

Comments

@slashinpdx
Copy link

Currently, to display the full path/page name so as to determine which process to attach the debugger to, you have to drag the right side of the Call Stack window to the right until the page name shows.

Could it possibly be added to the hover text that currently just shows "Session" when hovering over the debug icon? Example: "Session - site.com/path/page.html". Or just "Session - page.html"?

Screenshot 2024-09-19 134845
Screenshot 2024-09-19 134942

@roblourens roblourens assigned connor4312 and unassigned roblourens Sep 19, 2024
@connor4312 connor4312 added bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues polish Cleanup and polish issue labels Sep 19, 2024
connor4312 added a commit to microsoft/vscode-js-debug that referenced this issue Oct 4, 2024
connor4312 added a commit to microsoft/vscode-js-debug that referenced this issue Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues polish Cleanup and polish issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants