Skip to content

Reduce prompt noise when stopping at breakpoints in the debugger #130

@rkeithhill

Description

@rkeithhill

Every time I hit a breakpoint, I see the DBG prompt in the debug console:

[DBG]: PS C:\Users\Keith\GitHub\rkeithhill\PowerShellEditorServices\src\PowerShellEditorServices.Host\bin\Debug> 

This sort of gives the impression I can type after the > which I can't. It also clutters up the output. My question is - do we need this prompt text spit out to the console at every breakpoint and debug console command execution?

I guess seeing what path I'm currently at is useful but I'm not sure I need to see that over and over. :-) Also the PS in the prompt doesn't really add much value and the > is downright misleading.

Now if you could modify the prompt text in the input textbox area of the DEBUG console - that could be cool.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions