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

Progress bar causes display issues when in debugger #17516

Closed
5 tasks done
ThomasNieto opened this issue Jun 10, 2022 · 3 comments
Closed
5 tasks done

Progress bar causes display issues when in debugger #17516

ThomasNieto opened this issue Jun 10, 2022 · 3 comments
Labels
Issue-Bug Issue has been identified as a bug in the product Resolution-No Activity Issue has had no activity for 6 months or more WG-Interactive-Debugging debugging PowerShell script

Comments

@ThomasNieto
Copy link
Contributor

Prerequisites

Steps to reproduce

I am trying to debug a module and if a progress bar is present when the debugger is entered it causes display issues by being always present at the bottom of the prompt. You can also see that the curser is on the same line as the and when text is typed it writes over the progress bar. Maybe the progress bar should be hidden when the debugger is displayed or detached from the bottom of the prompt.

Expected behavior

The progress bar does not causes display issues with the prompt.

Actual behavior

The progress bar stays at the bottom of the interactive prompt and causes display issues.

Error details

No response

Environment data

Name                           Value
----                           -----
PSVersion                      7.2.4
PSEdition                      Core
GitCommitId                    7.2.4
OS                             Microsoft Windows 10.0.19043
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Visuals

image

@ThomasNieto ThomasNieto added the Needs-Triage The issue is new and needs to be triaged by a work group. label Jun 10, 2022
@PaulHigin PaulHigin added the WG-Interactive-Debugging debugging PowerShell script label Jun 20, 2022
@PaulHigin
Copy link
Contributor

Disabling the new inline progress bar during inline debugging session seems reasonable to me.

@theJasonHelmick
Copy link
Collaborator

@ThomasNieto - Thank you for reporting this issue in the debugger.

@theJasonHelmick theJasonHelmick added Issue-Bug Issue has been identified as a bug in the product and removed Needs-Triage The issue is new and needs to be triaged by a work group. labels Jul 26, 2023
@microsoft-github-policy-service microsoft-github-policy-service bot added the Resolution-No Activity Issue has had no activity for 6 months or more label Jan 23, 2024
Copy link
Contributor

This issue has not had any activity in 6 months, if there is no further activity in 7 days, the issue will be closed automatically.

Activity in this case refers only to comments on the issue. If the issue is closed and you are the author, you can re-open the issue using the button below. Please add more information to be considered during retriage. If you are not the author but the issue is impacting you after it has been closed, please submit a new issue with updated details and a link to this issue and the original.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug Issue has been identified as a bug in the product Resolution-No Activity Issue has had no activity for 6 months or more WG-Interactive-Debugging debugging PowerShell script
Projects
None yet
Development

No branches or pull requests

3 participants