Use ConsoleReadLine for script debugger
Instead of Console.ReadLine() so that arrow keys and tab-completion can be used.
This commit is contained in:
parent
03a6a275fe
commit
7e2b25e4d0
@ -524,7 +524,7 @@ OPTIONS
|
||||
while (resumeAction == null)
|
||||
{
|
||||
Console.Write("[DBG] PS >> ");
|
||||
string command = Console.ReadLine();
|
||||
string command = consoleReadLine.Read(this.myHost.Runspace);
|
||||
Console.WriteLine();
|
||||
|
||||
// Stream output from command processing to console.
|
||||
|
Loading…
Reference in New Issue
Block a user