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

Debug status is not fully localized #12972

Closed
Zebsterpasha opened this issue Oct 2, 2023 · 0 comments · Fixed by #12973
Closed

Debug status is not fully localized #12972

Zebsterpasha opened this issue Oct 2, 2023 · 0 comments · Fixed by #12973

Comments

@Zebsterpasha
Copy link
Contributor

Bug Description:

Debug status does not have localization of phrases "Paused on breakpoint" and so on.

Steps to Reproduce:

const status = this.stoppedDetails ? reason ? `Paused on ${reason}` : 'Paused' : 'Running';

Reason could be any. It is enumerated in vscode debugprotocol

reason: 'step' | 'breakpoint' | 'exception' | 'pause' | 'entry' | 'goto' | 'function breakpoint' | 'data breakpoint' | 'instruction breakpoint' | string;

Additional Information

  • Operating System: any
  • Theia Version: the latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant