Skip to content

Entering debug mode results in double "[DBG]: " tag #863

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

Closed
daleecc opened this issue Jun 12, 2017 · 2 comments
Closed

Entering debug mode results in double "[DBG]: " tag #863

daleecc opened this issue Jun 12, 2017 · 2 comments
Labels

Comments

@daleecc
Copy link

daleecc commented Jun 12, 2017

System Details

  • Operating system name and version: Windows 7 (64-bit)
PS > code -v
1.13.0
376c52b955428d205459bea6619fc161fc8faacf
PS > $pseditor.EditorServicesVersion

Major  Minor  Build  Revision
-----  -----  -----  --------
1      3      1      0


PS > code --list-extensions --show-versions
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
PS > $PSVersionTable

Name                           Value
----                           -----
PSVersion                      5.0.10586.117
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.10586.117
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Issue Description

When a breakpoint is hit in debug mode, the command prompt includes two "[DBG]: " tags at the beginning. For example:

[DBG]: [DBG]: PS C:\>
@daviwil daviwil added Area-Debugging Issue-Bug A bug to squash. labels Jun 13, 2017
@daviwil
Copy link
Contributor

daviwil commented Jun 13, 2017

Yep, somehow that slipped in there. Thanks for filing!

@TylerLeonhardt
Copy link
Member

Fixed in PowerShell/PowerShellEditorServices#627.

Will be released in 1.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants