You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... # DbgShell.exe
Microsoft Debugger DbgShell
Copyright (c) 2015
Welcome.
Note that script execution policy is 'Bypass' for this process.
Run 'Get-Help about_DbgShell_GettingStarted' to learn about DbgShell.
PS Dbg:\
> ?? `@`$peb|%{ $_.ToUpper() }
Out-Default: OH NOES: The command code 'M' (0x4d) is not supported.
Out-Default: OH NOES: The command code 'o' (0x6f) is not supported.
Unhandled Exception: System.Management.Automation.CmdletInvocationException: The command code 'o' (0x6f) is not supported. ---> System.NotSupportedException: The command code 'o' (0x6f) is not supported.
at MS.DbgShell.ConsoleControl.AnsiColorWriter._FindCommand(Char commandChar, Action`1& command) in C:\src\DbgShell\DbgShell\ConsoleControl.AnsiColorWriter.cs:line 244
at MS.DbgShell.ConsoleControl.AnsiColorWriter._HandleControlSequence(String s, Int32 escIndex) in C:\src\DbgShell\DbgShell\ConsoleControl.AnsiColorWriter.cs:line 205
at MS.DbgShell.ConsoleControl.AnsiColorWriter.Write(SafeFileHandle handle, String s) in C:\src\DbgShell\DbgShell\ConsoleControl.AnsiColorWriter.cs:line 158
at MS.DbgShell.ConsoleControl.WriteConsole(SafeFileHandle consoleHandle, String output) in C:\src\DbgShell\DbgShell\ConsoleControl.cs:line 2767
at MS.DbgShell.ConsoleTextWriter.Write(String value) in C:\src\DbgShell\DbgShell\ConsoleTextWriter.cs:line 60
at MS.DbgShell.ColorHostUserInterface.Write(ConsoleColor foregroundColor, ConsoleColor backgroundColor, String value) in C:\src\DbgShell\DbgShell\ColorHostUserInterface.cs:line 799
at System.Management.Automation.Host.PSHostUserInterface.WriteLine(ConsoleColor foregroundColor, ConsoleColor backgroundColor, String value)
at Microsoft.PowerShell.Commands.Internal.Format.ConsoleLineOutput.OnWriteLine(String s)
at Microsoft.PowerShell.Commands.Internal.Format.ConsoleLineOutput.WriteLine(String s)
at Microsoft.PowerShell.Commands.Internal.Format.ComplexWriter.WriteToScreen()
at Microsoft.PowerShell.Commands.Internal.Format.ComplexWriter.WriteObject(List`1 formatValueList)
at Microsoft.PowerShell.Commands.Internal.Format.OutCommandInner.ProcessPayload(FormatEntryData fed, OutputContext c)
at Microsoft.PowerShell.Commands.Internal.Format.OutCommandInner.ProcessObject(PSObject so)
at Microsoft.PowerShell.Commands.Internal.Format.OutCommandInner.ProcessRecord()
at System.Management.Automation.CommandProcessor.ProcessRecord()
--- End of inner exception stack trace ---
at System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input)
at System.Management.Automation.PowerShell.Worker.ConstructPipelineAndDoWork(Runspace rs, Boolean performSyncInvoke)
at System.Management.Automation.PowerShell.Worker.CreateRunspaceIfNeededAndDoWork(Runspace rsToUse, Boolean isSync)
at System.Management.Automation.PowerShell.CoreInvokeHelper[TInput,TOutput](PSDataCollection`1 input, PSDataCollection`1 output, PSInvocationSettings settings)
at System.Management.Automation.PowerShell.CoreInvoke[TInput,TOutput](PSDataCollection`1 input, PSDataCollection`1 output, PSInvocationSettings settings)
at System.Management.Automation.PowerShell.Invoke(IEnumerable input, PSInvocationSettings settings)
at MS.DbgShell.ColorConsoleHost._ReportException(Exception e, PowerShell shell) in C:\src\DbgShell\DbgShell\ColorConsoleHost.cs:line 857
at MS.DbgShell.ColorConsoleHost.InputLoop.Run() in C:\src\DbgShell\DbgShell\ColorConsoleHost.cs:line 426
at MS.DbgShell.ColorConsoleHost.Run(CommandLineParameterParser cpp) in C:\src\DbgShell\DbgShell\ColorConsoleHost.cs:line 1188
at MS.DbgShell.ColorConsoleHost.Start(RunspaceConfiguration configuration, String bannerText, String helpText, String[] args) in C:\src\DbgShell\DbgShell\ColorConsoleHost.cs:line 1225
at MS.DbgShell.MainClass.MainWorker(String[] args) in C:\src\DbgShell\DbgShell\MainClass.cs:line 828
at MS.DbgShell.MainClass._NormalModeMainWrapper(String[] args) in C:\src\DbgShell\DbgShell\MainClass.cs:line 526
at MS.DbgShell.MainClass.Main(String[] args) in C:\src\DbgShell\DbgShell\MainClass.cs:line 132
The DbgShell command to reproduce the issue:
Crash stack and DbgShell command line
The version of DbgShell is:
The text was updated successfully, but these errors were encountered: