delve
delve copied to clipboard
Is it possible to change the default prompt `(dlv) `?
I want to customize the default prompt (dlv) like $PS1 in shell.
For example, I want to add newlines around the default prompt for better readability.
We never implemented this. The code that writes the prompt is the promptForInput function in pkg/terminal/terminal.go.