-
Notifications
You must be signed in to change notification settings - Fork 237
Closed
Labels
Issue-EnhancementA feature request (enhancement).A feature request (enhancement).
Milestone
Description
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
Labels
Issue-EnhancementA feature request (enhancement).A feature request (enhancement).