5/15/2016 12:22:03 PM [NORMAL] - Method "Main" at line 145 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Host\Program.cs PowerShell Editor Services Host v0.6.0.345 starting (pid 2188)... Host application details: Name: Visual Studio Code Host ProfileId: Microsoft.VSCode Version: 0.5.0 5/15/2016 12:22:05 PM [VERBOSE] - Method "SetExecutionPolicy" at line 945 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Current execution policy: ExecutionPolicy.RemoteSigned 5/15/2016 12:22:05 PM [NORMAL] - Method "Initialize" at line 186 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs PowerShell runtime version: 5.0.10586.122 5/15/2016 12:22:05 PM [VERBOSE] - Method "SetProfileVariableInCurrentRunspace" at line 1055 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Setting $profile variable in runspace. Current user host profile path: C:\Users\Keith\Documents\WindowsPowerShell\Microsoft.VSCode_profile.ps1 5/15/2016 12:22:06 PM [NORMAL] - Method "Main" at line 165 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Host\Program.cs PowerShell Editor Services Host started! 5/15/2016 12:22:06 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 1, "command": "initialize", "arguments": { "adapterID": "PowerShell", "pathFormat": "path", "linesStartAt1": true, "columnsStartAt1": true } } 5/15/2016 12:22:06 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "1", "command": "initialize", "success": true, "body": { "supportsConfigurationDoneRequest": true, "supportsFunctionBreakpoints": true, "supportsConditionalBreakpoints": true, "supportsEvaluateForHovers": false } } 5/15/2016 12:22:06 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "initialized", "body": null } 5/15/2016 12:22:06 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 2, "command": "launch", "arguments": { "name": "PowerShell", "type": "PowerShell", "request": "launch", "program": "c:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "args": [], "cwd": "c:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "noDebug": false } } 5/15/2016 12:22:06 PM [VERBOSE] - Method "HandleLaunchRequest" at line 147 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\Server\DebugAdapter.cs Working dir set to: c:\Users\Keith\.vscode\extensions\ms-vscode.PowerShell-0.6.0\examples 5/15/2016 12:22:06 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "2", "command": "launch", "success": true, "body": null } 5/15/2016 12:22:06 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 3, "command": "setBreakpoints", "arguments": { "source": { "path": "c:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1" }, "lines": [ 2 ], "breakpoints": [ { "line": 2 } ] } } 5/15/2016 12:22:06 PM [VERBOSE] - Method "ResolveFilePath" at line 248 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Workspace\Workspace.cs Resolved path: c:\Users\Keith\.vscode\extensions\ms-vscode.PowerShell-0.6.0\examples\DebugTest.ps1 5/15/2016 12:22:06 PM [VERBOSE] - Method "GetFile" at line 90 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Workspace\Workspace.cs Opened file on disk: c:\Users\Keith\.vscode\extensions\ms-vscode.PowerShell-0.6.0\examples\DebugTest.ps1 5/15/2016 12:22:06 PM [VERBOSE] - Method "ExecuteCommand" at line 351 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute command(s): Microsoft.PowerShell.Utility\Set-PSBreakpoint 5/15/2016 12:22:06 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Running Result: NotFinished 5/15/2016 12:22:06 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Running New state: Ready Result: Completed 5/15/2016 12:22:06 PM [VERBOSE] - Method "ExecuteCommand" at line 392 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Execution completed successfully. 5/15/2016 12:22:06 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "3", "command": "setBreakpoints", "success": true, "body": { "breakpoints": [ { "verified": true, "message": null, "source": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "line": 2, "column": null } ] } } 5/15/2016 12:22:06 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 4, "command": "setFunctionBreakpoints", "arguments": { "breakpoints": [] } } 5/15/2016 12:22:06 PM [VERBOSE] - Method "ExecuteCommand" at line 351 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute command(s): Microsoft.PowerShell.Utility\Get-PSBreakpoint Microsoft.PowerShell.Utility\Remove-PSBreakpoint 5/15/2016 12:22:06 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Running Result: NotFinished 5/15/2016 12:22:06 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Running New state: Ready Result: Completed 5/15/2016 12:22:06 PM [VERBOSE] - Method "ExecuteCommand" at line 392 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Execution completed successfully. 5/15/2016 12:22:06 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "4", "command": "setFunctionBreakpoints", "success": true, "body": { "breakpoints": [] } } 5/15/2016 12:22:06 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 5, "command": "configurationDone" } 5/15/2016 12:22:06 PM [VERBOSE] - Method "ExecuteCommand" at line 351 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute command(s): c:\Users\Keith\.vscode\extensions\ms-vscode.PowerShell-0.6.0\examples\DebugTest.ps1 Out-Default 5/15/2016 12:22:06 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Running Result: NotFinished 5/15/2016 12:22:06 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "5", "command": "configurationDone", "success": true, "body": null } 5/15/2016 12:22:06 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:06 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Running New state: Ready Result: Stopped 5/15/2016 12:22:06 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:06 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:06 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:06 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:06 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:06 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:06 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:06 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Doing work...\r\n" } } 5/15/2016 12:22:06 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "breakpoint", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 2, "column": 5, "text": null } } 5/15/2016 12:22:06 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 6, "command": "threads" } 5/15/2016 12:22:06 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "6", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:06 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 7, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:06 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "7", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 2, "column": 5 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:06 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 8, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:06 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "8", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:06 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 9, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:06 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:06 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:06 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:06 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:06 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "9", "command": "evaluate", "success": true, "body": { "result": "\"\"", "variablesReference": 0 } } 5/15/2016 12:22:07 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 10, "command": "variables", "arguments": { "variablesReference": 74 } } 5/15/2016 12:22:07 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "10", "command": "variables", "success": true, "body": { "variables": [ { "name": "$?", "value": "True", "variablesReference": 0 }, { "name": "$args", "value": "[Object[0]]", "variablesReference": 76 }, { "name": "$ConsoleFileName", "value": "\"\"", "variablesReference": 0 }, { "name": "$ExecutionContext", "value": "[EngineIntrinsics]", "variablesReference": 78 }, { "name": "$false", "value": "False", "variablesReference": 0 }, { "name": "$HOME", "value": "\"C:\\Users\\Keith\"", "variablesReference": 0 }, { "name": "$Host", "value": "[InternalHost]", "variablesReference": 81 }, { "name": "$input", "value": "[ArrayListEnumeratorSimple]", "variablesReference": 82 }, { "name": "$itemCount", "value": "50", "variablesReference": 0 }, { "name": "$MaximumAliasCount", "value": "4096", "variablesReference": 0 }, { "name": "$MaximumDriveCount", "value": "4096", "variablesReference": 0 }, { "name": "$MaximumErrorCount", "value": "256", "variablesReference": 0 }, { "name": "$MaximumFunctionCount", "value": "4096", "variablesReference": 0 }, { "name": "$MaximumVariableCount", "value": "4096", "variablesReference": 0 }, { "name": "$MyInvocation", "value": "[InvocationInfo]", "variablesReference": 89 }, { "name": "$null", "value": "null", "variablesReference": 0 }, { "name": "$PID", "value": "2188", "variablesReference": 0 }, { "name": "$PSBoundParameters", "value": "[PSBoundParametersDictionary: 1]", "variablesReference": 92 }, { "name": "$PSCommandPath", "value": "\"C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1\"", "variablesReference": 0 }, { "name": "$PSCulture", "value": "\"en-US\"", "variablesReference": 0 }, { "name": "$PSDebugContext", "value": "[PSDebugContext]", "variablesReference": 95 }, { "name": "$PSHOME", "value": "\"C:\\Windows\\System32\\WindowsPowerShell\\v1.0\"", "variablesReference": 0 }, { "name": "$PSScriptRoot", "value": "\"C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\"", "variablesReference": 0 }, { "name": "$PSUICulture", "value": "\"en-US\"", "variablesReference": 0 }, { "name": "$PSVersionTable", "value": "[Hashtable: 7]", "variablesReference": 99 }, { "name": "$ShellId", "value": "\"Microsoft.PowerShell\"", "variablesReference": 0 }, { "name": "$true", "value": "True", "variablesReference": 0 } ] } } 5/15/2016 12:22:08 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 11, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:08 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs 5/15/2016 12:22:08 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver WRITE MESSAGE: 5/15/2016 12:22:08 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs 5/15/2016 12:22:08 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver WRITE MESSAGE: 5/15/2016 12:22:08 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs 5/15/2016 12:22:08 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver WRITE MESSAGE: { "type": "response", "request_seq": "11", "command": "next", "success": true, "body": null } 5/15/2016 12:22:08 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:08 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:08 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:08 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:08 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:08 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:08 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:08 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:08 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:08 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:08 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 12, "command": "threads" } 5/15/2016 12:22:08 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "12", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:08 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 13, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:08 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "13", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:08 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 14, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:08 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "14", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:08 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 15, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:08 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:08 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:08 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:08 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:08 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "15", "command": "evaluate", "success": true, "body": { "result": "\"\"", "variablesReference": 0 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 16, "command": "variables", "arguments": { "variablesReference": 74 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "16", "command": "variables", "success": true, "body": { "variables": [ { "name": "$?", "value": "True", "variablesReference": 0 }, { "name": "$args", "value": "[Object[0]]", "variablesReference": 76 }, { "name": "$ConsoleFileName", "value": "\"\"", "variablesReference": 0 }, { "name": "$ExecutionContext", "value": "[EngineIntrinsics]", "variablesReference": 78 }, { "name": "$false", "value": "False", "variablesReference": 0 }, { "name": "$HOME", "value": "\"C:\\Users\\Keith\"", "variablesReference": 0 }, { "name": "$Host", "value": "[InternalHost]", "variablesReference": 81 }, { "name": "$i", "value": "1", "variablesReference": 0 }, { "name": "$input", "value": "[ArrayListEnumeratorSimple]", "variablesReference": 83 }, { "name": "$itemCount", "value": "50", "variablesReference": 0 }, { "name": "$MaximumAliasCount", "value": "4096", "variablesReference": 0 }, { "name": "$MaximumDriveCount", "value": "4096", "variablesReference": 0 }, { "name": "$MaximumErrorCount", "value": "256", "variablesReference": 0 }, { "name": "$MaximumFunctionCount", "value": "4096", "variablesReference": 0 }, { "name": "$MaximumVariableCount", "value": "4096", "variablesReference": 0 }, { "name": "$MyInvocation", "value": "[InvocationInfo]", "variablesReference": 90 }, { "name": "$null", "value": "null", "variablesReference": 0 }, { "name": "$PID", "value": "2188", "variablesReference": 0 }, { "name": "$PSBoundParameters", "value": "[PSBoundParametersDictionary: 1]", "variablesReference": 93 }, { "name": "$PSCommandPath", "value": "\"C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1\"", "variablesReference": 0 }, { "name": "$PSCulture", "value": "\"en-US\"", "variablesReference": 0 }, { "name": "$PSDebugContext", "value": "[PSDebugContext]", "variablesReference": 96 }, { "name": "$PSHOME", "value": "\"C:\\Windows\\System32\\WindowsPowerShell\\v1.0\"", "variablesReference": 0 }, { "name": "$PSScriptRoot", "value": "\"C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\"", "variablesReference": 0 }, { "name": "$PSUICulture", "value": "\"en-US\"", "variablesReference": 0 }, { "name": "$PSVersionTable", "value": "[Hashtable: 7]", "variablesReference": 100 }, { "name": "$ShellId", "value": "\"Microsoft.PowerShell\"", "variablesReference": 0 }, { "name": "$true", "value": "True", "variablesReference": 0 } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 17, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "17", "command": "next", "success": true, "body": null } 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 18, "command": "threads" } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "18", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 19, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "19", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 20, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "20", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 21, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "21", "command": "evaluate", "success": true, "body": { "result": "\"\"", "variablesReference": 0 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 22, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "22", "command": "next", "success": true, "body": null } 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 23, "command": "threads" } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "23", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 24, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "24", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 25, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "25", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 26, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "26", "command": "evaluate", "success": true, "body": { "result": "\"Output 1\"", "variablesReference": 0 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 27, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "27", "command": "next", "success": true, "body": null } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "27", "command": "next", "success": true, "body": null } 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 1\r\n" } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 28, "command": "threads" } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "28", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 29, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "29", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 30, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "30", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 31, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "31", "command": "evaluate", "success": true, "body": { "result": "\"Output 1\"", "variablesReference": 0 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 32, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "32", "command": "next", "success": true, "body": null } 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 33, "command": "threads" } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "33", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 34, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "34", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 35, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "35", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 36, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "36", "command": "evaluate", "success": true, "body": { "result": "\"Output 1\"", "variablesReference": 0 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 37, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "37", "command": "next", "success": true, "body": null } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "37", "command": "next", "success": true, "body": null } 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 38, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "38", "command": "next", "success": true, "body": null } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 39, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "39", "command": "next", "success": true, "body": null } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 40, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "40", "command": "next", "success": true, "body": null } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 41, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "41", "command": "next", "success": true, "body": null } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 42, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "42", "command": "next", "success": true, "body": null } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 43, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "43", "command": "next", "success": true, "body": null } 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 44, "command": "threads" } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "44", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 45, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs er.cs READ MESSAGE: { "type": "request", "seq": 45, "command": "next", "arguments": { "threadId": 1 } } "threa Received debugger resume action StepOver 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs er.cs READ MESSAGE: { "type": "request", "seq": 45, "command": "next", "arguments": { "threadId": 1 } } "threa Received debugger resume action StepOver "success": true, "body": null } 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 46, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "46", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 47, "command": "threads" } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "47", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 48, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "48", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 49, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "49", "command": "evaluate", "success": true, "body": { "result": "\"Output 1\"", "variablesReference": 0 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 50, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "50", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 51, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "51", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 52, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "52", "command": "evaluate", "success": true, "body": { "result": "\"Output 1\"", "variablesReference": 0 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 53, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "53", "command": "next", "success": true, "body": null } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "53", "command": "next", "success": true, "body": null } 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 54, "command": "threads" } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "54", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 55, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "55", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 56, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "56", "command": "next", "success": true, "body": null } 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 57, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "57", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 58, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 2\r\n" } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 2\r\n" } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "58", "command": "evaluate", "success": true, "body": { "result": "\"Output 2\"", "variablesReference": 0 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 59, "command": "threads" } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "59", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 60, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "60", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 61, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "61", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 62, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "62", "command": "evaluate", "success": true, "body": { "result": "\"Output 2\"", "variablesReference": 0 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 63, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "63", "command": "next", "success": true, "body": null } 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 64, "command": "threads" } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "64", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 65, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "65", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 66, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "66", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 67, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:09 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "67", "command": "evaluate", "success": true, "body": { "result": "\"Output 2\"", "variablesReference": 0 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 68, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs Received debugger resume action StepOver 5/15/2016 12:22:09 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs Received debugger resume action StepOver { "type": "response", "request_seq": "68", "command": "next", "success": true, "body": null } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 69, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "69", "command": "next", "success": true, "body": null } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 70, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "70", "command": "next", "success": true, "body": null } 5/15/2016 12:22:09 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 71, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:09 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "71", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 72, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "72", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 73, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "73", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 74, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "74", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 75, "command": "threads" } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "75", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 76, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "76", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 77, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "77", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 78, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "78", "command": "evaluate", "success": true, "body": { "result": "\"Output 2\"", "variablesReference": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 79, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "79", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "79", "command": "next", "success": true, "body": null } Received debugger resume action StepOver 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 80, "command": "threads" } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "80", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 81, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "81", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 82, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "82", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 83, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "83", "command": "evaluate", "success": true, "body": { "result": "\"Output 2\"", "variablesReference": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 84, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "84", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 85, "command": "threads" } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "85", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 86, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "86", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 87, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "87", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 88, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "88", "command": "evaluate", "success": true, "body": { "result": "\"Output 3\"", "variablesReference": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 89, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "89", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "89", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 3\r\n" } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 90, "command": "threads" } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "90", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 91, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "91", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 92, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "92", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 93, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "93", "command": "evaluate", "success": true, "body": { "result": "\"Output 3\"", "variablesReference": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 94, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "94", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "94", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 95, "command": "threads" } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "95", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 96, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "96", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 97, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "97", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 98, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "98", "command": "evaluate", "success": true, "body": { "result": "\"Output 3\"", "variablesReference": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 99, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:10 PM [VERB "request_seq": "99", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 100, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "100", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 101, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "101", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 102, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "102", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 103, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "103", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 104, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "104", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 105, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "105", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 106, "command": "threads" } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "106", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 107, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "107", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 108, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "108", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 109, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "109", "command": "evaluate", "success": true, "body": { "result": "\"Output 3\"", "variablesReference": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 110, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "110", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 111, "command": "threads" } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "111", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 112, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "112", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 113, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "113", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 114, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "114", "command": "evaluate", "success": true, "body": { "result": "\"Output 3\"", "variablesReference": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 115, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "115", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "115", "command": "next", "success": true, "body": null } Received debugger resume action StepOver 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 116, "command": "threads" } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "116", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 117, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "117", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 118, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "118", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 119, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "119", "command": "evaluate", "success": true, "body": { "result": "\"Output 4\"", "variablesReference": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 120, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver WRITE MESSAGE: { "type": "response", "request_seq": "120", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 4\r\n" } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 121, "command": "threads" } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "121", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 122, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "122", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 123, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "123", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 124, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "124", "command": "evaluate", "success": true, "body": { "result": "\"Output 4\"", "variablesReference": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 125, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs 5/15/2016 12:22:10 P BOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs ult": "\"Output 4\"" { "type": "response", Received debugger resume action StepOver "expensive": true 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs 5/15/2016 12:22:10 P BOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs ult": "\"Output 4\"" { "type": "response", Received debugger resume action StepOver "expensive": true "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 126, "command": "threads" } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "126", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 127, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "127", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 128, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "128", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 129, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "129", "command": "evaluate", "success": true, "body": { "result": "\"Output 4\"", "variablesReference": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 130, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "130", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "130", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 131, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "131", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 132, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "132", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 133, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "133", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 134, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "134", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 135, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "135", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 136, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "136", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 137, "command": "threads" } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "137", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 138, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "138", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 139, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "139", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 140, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "140", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 141, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 141, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "141", "command": "evaluate", "success": true, "body": { "result": "\"Output 4\"", "variablesReference": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 142, "command": "threads" } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "142", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 143, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "143", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 144, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "144", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "144", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 145, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "145", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 146, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 146, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "146", "command": "evaluate", "success": true, "body": { "result": "\"Output 5\"", "variablesReference": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 147, "command": "threads" } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "147", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 148, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "148", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 149, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "149", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 150, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "150", "command": "evaluate", "success": true, "body": { "result": "\"Output 5\"", "variablesReference": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 151, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "151", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 5\r\n" } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 152, "command": "threads" } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "152", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 153, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "153", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 154, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "154", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 155, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "155", "command": "evaluate", "success": true, "body": { "result": "\"Output 5\"", "variablesReference": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 156, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs er.cs READ MESSAGE: { "type": "request", "seq": 156, "command": "next", "arguments": { "threadId": 1 } } "res Received debugger resume action StepOver 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs er.cs READ MESSAGE: { "type": "request", "seq": 156, "command": "next", "arguments": { "threadId": 1 } } "res Received debugger resume action StepOver { "type": "response", "request_seq": "156", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 157, "command": "threads" } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "157", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 158, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "158", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 159, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "159", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 160, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:10 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "160", "command": "evaluate", "success": true, "body": { "result": "\"Output 5\"", "variablesReference": 0 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 161, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:10 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "161", "command": "next", "success": true, "body": null } 5/15/2016 12:22:10 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 162, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "162", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 163, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "163", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 164, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "164", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 165, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "165", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 166, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "166", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 167, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "167", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 168, "command": "threads" } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "168", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 169, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "169", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 170, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "170", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 171, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "171", "command": "evaluate", "success": true, "body": { "result": "\"Output 5\"", "variablesReference": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 172, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "172", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 173, "command": "threads" } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "173", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 174, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "174", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 175, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "175", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 176, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "176", "command": "evaluate", "success": true, "body": { "result": "\"Output 5\"", "variablesReference": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 177, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "177", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "177", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 178, "command": "threads" } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "178", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 179, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "179", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 180, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "180", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 181, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "181", "command": "evaluate", "success": true, "body": { "result": "\"Output 6\"", "variablesReference": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 182, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:11 PM [VERBOS "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 6\r\n" } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 183, "command": "threads" } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "183", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 184, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "184", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 185, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "185", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 186, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "186", "command": "evaluate", "success": true, "body": { "result": "\"Output 6\"", "variablesReference": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 187, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "187", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 188, "command": "threads" } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "188", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 189, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "189", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 190, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "190", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 191, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "191", "command": "evaluate", "success": true, "body": { "result": "\"Output 6\"", "variablesReference": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 192, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "192", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 193, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "193", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 194, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "194", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 195, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "195", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 196, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "196", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 197, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "197", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 198, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "198", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 199, "command": "threads" } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "199", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 200, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "200", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 201, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "201", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 202, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "202", "command": "evaluate", "success": true, "body": { "result": "\"Output 6\"", "variablesReference": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 203, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "203", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "203", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 204, "command": "threads" } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "204", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 205, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "205", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 206, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "206", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 207, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "207", "command": "evaluate", "success": true, "body": { "result": "\"Output 6\"", "variablesReference": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 208, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "208", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 209, "command": "threads" } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "209", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 210, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "210", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 211, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "211", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 212, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "212", "command": "evaluate", "success": true, "body": { "result": "\"Output 7\"", "variablesReference": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 213, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver "type": "response", "request_seq": "213", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 7\r\n" } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 214, "command": "threads" } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "214", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 215, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "215", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 216, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "216", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 217, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "217", "command": "evaluate", "success": true, "body": { "result": "\"Output 7\"", "variablesReference": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 218, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "218", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 219, "command": "threads" } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "219", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 220, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "220", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 221, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "221", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 222, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "222", "command": "evaluate", "success": true, "body": { "result": "\"Output 7\"", "variablesReference": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 223, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "223", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 224, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "224", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 225, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "225", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 226, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "226", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 227, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "227", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 228, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "228", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 229, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "229", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 230, "command": "threads" } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "230", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 231, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "231", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 232, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "232", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 233, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "233", "command": "evaluate", "success": true, "body": { "result": "\"Output 7\"", "variablesReference": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 234, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "234", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 235, "command": "threads" } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "235", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 236, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "236", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 237, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "237", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 238, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "238", "command": "evaluate", "success": true, "body": { "result": "\"Output 7\"", "variablesReference": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 239, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "239", "command": "next", "success": true, "body": null } 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 240, "command": "threads" } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "240", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 241, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "241", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 242, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "242", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 243, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:11 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:11 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:11 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "243", "command": "evaluate", "success": true, "body": { "result": "\"Output 8\"", "variablesReference": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 244, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "244", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "244", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 8\r\n" } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 245, "command": "threads" } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "245", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 246, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "246", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 247, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "247", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 248, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "248", "command": "evaluate", "success": true, "body": { "result": "\"Output 8\"", "variablesReference": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 249, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver "type": "response", "request_seq": "249", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 250, "command": "threads" } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "250", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 251, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "251", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 252, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "252", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 253, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "253", "command": "evaluate", "success": true, "body": { "result": "\"Output 8\"", "variablesReference": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 254, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver "type": "response", "request_seq": "254", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 255, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "255", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 256, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "256", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 257, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "257", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 258, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "258", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 259, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "259", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 260, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "260", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 261, "command": "threads" } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "261", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 262, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "262", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 263, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "263", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 264, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "264", "command": "evaluate", "success": true, "body": { "result": "\"Output 8\"", "variablesReference": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 265, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs WRITE MESSAGE: { eived debugger resume action StepOver erenc "type": "response", si5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs WRITE MESSAGE: { eived debugger resume action StepOver erenc "type": "response", si "request_seq": "265", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs WRITE MESSAGE: { eived debugger resume action StepOver erenc "type": "response", si5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 266, "command": "threads" } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "266", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 267, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "267", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 268, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "268", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 269, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "269", "command": "evaluate", "success": true, "body": { "result": "\"Output 8\"", "variablesReference": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 270, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "270", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "270", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 271, "command": "threads" } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "271", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 272, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "272", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 273, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "273", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 274, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "274", "command": "evaluate", "success": true, "body": { "result": "\"Output 9\"", "variablesReference": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 275, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "275", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "275", "command": "next", "success": true, "body": null } Received debugger resume action StepOver 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 9\r\n" } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 276, "command": "threads" } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "276", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 277, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "277", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 278, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "278", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 279, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "279", "command": "evaluate", "success": true, "body": { "result": "\"Output 9\"", "variablesReference": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 280, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "280", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "280", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 281, "command": "threads" } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "281", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 282, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "282", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 283, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "283", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 284, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "284", "command": "evaluate", "success": true, "body": { "result": "\"Output 9\"", "variablesReference": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 285, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "285", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 286, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "286", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 287, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "287", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 288, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "288", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 289, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "289", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 290, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "290", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 291, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "291", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 292, "command": "threads" } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "292", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 293, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "293", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 294, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "294", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 295, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "295", "command": "evaluate", "success": true, "body": { "result": "\"Output 9\"", "variablesReference": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 296, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "296", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "296", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 297, "command": "threads" } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "297", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 298, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "298", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 299, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "299", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 300, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "300", "command": "evaluate", "success": true, "body": { "result": "\"Output 9\"", "variablesReference": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 301, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "301", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 302, "command": "threads" } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "302", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 303, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "303", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 304, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "304", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 305, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "305", "command": "evaluate", "success": true, "body": { "result": "\"Output 10\"", "variablesReference": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 306, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "306", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "306", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 10\r\n" } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 307, "command": "threads" } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "307", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 308, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "308", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 309, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "309", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 310, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "310", "command": "evaluate", "success": true, "body": { "result": "\"Output 10\"", "variablesReference": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 311, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "311", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "311", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 312, "command": "threads" } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "312", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 313, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "313", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 314, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "314", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 315, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:12 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "315", "command": "evaluate", "success": true, "body": { "result": "\"Output 10\"", "variablesReference": 0 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 316, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver "type": "response", "request_seq": "316", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { 5/15/2016 12:22:12 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver "type": "response", "request_seq": "316", 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 317, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "317", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 318, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "318", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 319, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "319", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 320, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "320", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 321, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "321", "command": "next", "success": true, "body": null } 5/15/2016 12:22:12 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 322, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:12 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "322", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 323, "command": "threads" } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "323", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 324, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "324", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 325, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "325", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 326, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "326", "command": "evaluate", "success": true, "body": { "result": "\"Output 10\"", "variablesReference": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 327, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "327", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 328, "command": "threads" } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "328", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 329, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "329", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 330, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "330", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 331, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "331", "command": "evaluate", "success": true, "body": { "result": "\"Output 10\"", "variablesReference": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 332, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "332", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 333, "command": "threads" } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "333", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 334, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "334", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 335, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "335", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 336, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "336", "command": "evaluate", "success": true, "body": { "result": "\"Output 11\"", "variablesReference": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 337, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs Received debugger resume action StepOver 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs Received debugger resume action StepOver "request_seq": "337", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 11\r\n" } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 338, "command": "threads" } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "338", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 339, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "339", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 340, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "340", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 341, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "341", "command": "evaluate", "success": true, "body": { "result": "\"Output 11\"", "variablesReference": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 342, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "342", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "342", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 343, "command": "threads" } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "343", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 344, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "344", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 345, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "345", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 346, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "346", "command": "evaluate", "success": true, "body": { "result": "\"Output 11\"", "variablesReference": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 347, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "347", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 348, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "348", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 349, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "349", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 350, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "350", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 351, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "351", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 352, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "352", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 353, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "353", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 354, "command": "threads" } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "354", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 355, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "355", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 356, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "356", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 357, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "357", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 358, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "358", "command": "evaluate", "success": true, "body": { "result": "\"Output 11\"", "variablesReference": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 359, "command": "threads" } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "359", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 360, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "360", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 361, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "361", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 362, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "362", "command": "evaluate", "success": true, "body": { "result": "\"Output 11\"", "variablesReference": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 363, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs WRITE MESSAGE: me "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs WRITE MESSAGE: me5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 364, "command": "threads" } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "364", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 365, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "365", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 366, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "366", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 367, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "367", "command": "evaluate", "success": true, "body": { "result": "\"Output 12\"", "variablesReference": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 368, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs Received debugger resume action StepOver 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs Received debugger resume action StepOver { "type": "response", "request_seq": "368", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 12\r\n" } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 369, "command": "threads" } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "369", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 370, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "370", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 371, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "371", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 372, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "372", "command": "evaluate", "success": true, "body": { "result": "\"Output 12\"", "variablesReference": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 373, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver "request_seq": "373", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 374, "command": "threads" } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "374", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 375, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "375", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 376, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "376", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 377, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "377", "command": "evaluate", "success": true, "body": { "result": "\"Output 12\"", "variablesReference": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 378, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "378", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 379, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "379", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 380, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "380", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 381, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "381", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 382, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "382", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 383, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "383", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 384, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "384", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 385, "command": "threads" } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "385", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 386, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "386", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 387, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "387", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 388, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "388", "command": "evaluate", "success": true, "body": { "result": "\"Output 12\"", "variablesReference": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 389, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs READ MESSAGE: { "type": "request", "seq": 389, "command": "next", "arguments": { "threadId": 1 } } "res WRITE MESSAGE: Received debugger resume action StepOver { e"5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs READ MESSAGE: { "type": "request", "seq": 389, "command": "next", "arguments": { "threadId": 1 } } "res WRITE MESSAGE: Received debugger resume action StepOver { e" "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 390, "command": "threads" } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "390", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 391, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "391", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 392, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "392", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 393, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "393", "command": "evaluate", "success": true, "body": { "result": "\"Output 12\"", "variablesReference": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 394, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs READ MESSAGE: { "type": "request", "seq": 394, "command": "next", "arguments": { "threadId": 1 } } "res Received debugger resume action StepOver 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs READ MESSAGE: { "type": "request", "seq": 394, "command": "next", "arguments": { "threadId": 1 } } "res Received debugger resume action StepOver 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs READ MESSAGE: { "type": "request", "seq": 394, "command": "next", "arguments": { "threadId": 1 } } "res Received debugger resume action StepOver WRITE MESSAGE: { "type": "response", "request_seq": "394", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 395, "command": "threads" } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "395", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 396, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "396", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 397, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "397", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 398, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "398", "command": "evaluate", "success": true, "body": { "result": "\"Output 13\"", "variablesReference": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 399, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs WRITE MESSAGE: r resume action StepOver rence": 0 } "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs WRITE MESSAGE: r resume action StepOver rence": 0 } 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 13\r\n" } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 400, "command": "threads" } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "400", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 401, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "401", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 402, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "402", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 403, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "403", "command": "evaluate", "success": true, "body": { "result": "\"Output 13\"", "variablesReference": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 404, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "404", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 405, "command": "threads" } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "405", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 406, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "406", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 407, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "407", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 408, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:13 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "408", "command": "evaluate", "success": true, "body": { "result": "\"Output 13\"", "variablesReference": 0 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 409, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "409", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "409", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 410, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "410", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 411, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "411", "command": "next", "success": true, "body": null } 5/15/2016 12:22:13 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 412, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:13 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "412", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 413, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "413", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 414, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "414", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 415, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "415", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 416, "command": "threads" } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "416", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 417, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "417", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 418, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "418", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 419, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "419", "command": "evaluate", "success": true, "body": { "result": "\"Output 13\"", "variablesReference": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 420, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "420", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 421, "command": "threads" } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "421", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 422, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "422", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 423, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "423", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 424, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "424", "command": "evaluate", "success": true, "body": { "result": "\"Output 13\"", "variablesReference": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 425, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "425", "command": "next", "success": true, "body": null } 5/5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "425", "command": "next", "success": true, "body": null } 5/5/5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 426, "command": "threads" } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "426", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 427, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "427", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 428, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "428", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 429, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "429", "command": "evaluate", "success": true, "body": { "result": "\"Output 14\"", "variablesReference": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 430, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "430", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 14\r\n" } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 431, "command": "threads" } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "431", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 432, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "432", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 433, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "433", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 434, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "434", "command": "evaluate", "success": true, "body": { "result": "\"Output 14\"", "variablesReference": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 435, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "435", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 436, "command": "threads" } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "436", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 437, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "437", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 438, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "438", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 439, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "439", "command": "evaluate", "success": true, "body": { "result": "\"Output 14\"", "variablesReference": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 440, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "440", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "440", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWrit Received debugger resume action StepOver 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 441, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "441", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 442, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "442", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 443, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "443", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 444, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "444", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 445, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "445", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 446, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "446", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 447, "command": "threads" } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "447", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 448, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "448", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 449, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "449", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 450, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "450", "command": "evaluate", "success": true, "body": { "result": "\"Output 14\"", "variablesReference": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 451, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs er.cs READ MESSAGE: { "type": "request", "seq": 451, "command": "next", "arguments": { "threadId": 1 } } "res Received debugger resume action StepOver 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs er.cs READ MESSAGE: { "type": "request", "seq": 451, "command": "next", "arguments": { "threadId": 1 } } "res Received debugger resume action StepOver "type": "response", "request_seq": "451", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 452, "command": "threads" } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "452", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 453, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "453", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 454, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "454", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 455, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "455", "command": "evaluate", "success": true, "body": { "result": "\"Output 14\"", "variablesReference": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 456, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "456", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 457, "command": "threads" } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "457", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 458, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "458", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 459, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "459", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 460, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "460", "command": "evaluate", "success": true, "body": { "result": "\"Output 15\"", "variablesReference": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 461, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "461", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 15\r\n" } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 462, "command": "threads" } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "462", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 463, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "463", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 464, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "464", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 465, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "465", "command": "evaluate", "success": true, "body": { "result": "\"Output 15\"", "variablesReference": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 466, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "466", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 467, "command": "threads" } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "467", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 468, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "468", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 469, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "469", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 470, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "470", "command": "evaluate", "success": true, "body": { "result": "\"Output 15\"", "variablesReference": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 471, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "471", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 472, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "472", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 473, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "473", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 474, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "474", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 475, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "475", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 476, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "476", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 477, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "477", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 478, "command": "threads" } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "478", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 479, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "479", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 480, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "480", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 481, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "481", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 482, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "482", "command": "evaluate", "success": true, "body": { "result": "\"Output 15\"", "variablesReference": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 483, "command": "threads" } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "483", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 484, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "484", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 485, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "485", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 486, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "486", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 487, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "487", "command": "evaluate", "success": true, "body": { "result": "\"Output 16\"", "variablesReference": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 488, "command": "threads" } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "488", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 489, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "489", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 490, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "490", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 491, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "491", "command": "evaluate", "success": true, "body": { "result": "\"Output 16\"", "variablesReference": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 492, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "492", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 16\r\n" } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 493, "command": "threads" } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "493", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 494, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "494", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 495, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "495", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 496, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "496", "command": "evaluate", "success": true, "body": { "result": "\"Output 16\"", "variablesReference": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 497, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "497", "command": "next", "success": true, "body": null } 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 498, "command": "threads" } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "498", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 499, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "499", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 500, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "500", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 501, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:14 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:14 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "501", "command": "evaluate", "success": true, "body": { "result": "\"Output 16\"", "variablesReference": 0 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 502, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "502", "command": "next", "success": true, 5/15/2016 12:22:14 P } E] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs { "na5/15/2016 12:22:14 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "502", "command": "next", "success": true, 5/15/2016 12:22:14 P } E] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs { "na Received debugger resume action StepOver 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 503, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "503", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 504, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "504", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 505, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "505", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 506, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "506", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 507, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "507", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 508, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "508", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 509, "command": "threads" } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "509", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 510, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "510", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 511, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "511", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 512, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "512", "command": "evaluate", "success": true, "body": { "result": "\"Output 16\"", "variablesReference": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 513, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs WRITE MESSAGE: Received debugger resume action StepOver renc "type": "response", 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs WRITE MESSAGE: Received debugger resume action StepOver renc "type": "response", 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs WRITE MESSAGE: Received debugger resume action StepOver renc "type": "response", "request_seq": "513", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 514, "command": "threads" } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "514", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 515, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "515", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 516, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "516", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 517, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "517", "command": "evaluate", "success": true, "body": { "result": "\"Output 16\"", "variablesReference": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 518, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "518", 5/15/2016 12:22:15 PM [VER "success": true, erStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs "expensive": tr "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "518", 5/15/2016 12:22:15 PM [VER "success": true, erStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs "expensive": tr "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteM5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 519, "command": "threads" } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "519", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 520, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "520", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 521, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "521", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 522, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "522", "command": "evaluate", "success": true, "body": { "result": "\"Output 17\"", "variablesReference": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 523, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "523", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 17\r\n" } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 524, "command": "threads" } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "524", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 525, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "525", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 526, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "526", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 527, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "527", "command": "evaluate", "success": true, "body": { "result": "\"Output 17\"", "variablesReference": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 528, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "528", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 529, "command": "threads" } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "529", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 530, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "530", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 531, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "531", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 532, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "532", "command": "evaluate", "success": true, "body": { "result": "\"Output 17\"", "variablesReference": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 533, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "533", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 534, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "534", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 535, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "535", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 536, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "536", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 537, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "537", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 538, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "538", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 539, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "539", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 540, "command": "threads" } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "540", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 541, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "541", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 542, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "542", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 543, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "543", "command": "evaluate", "success": true, "body": { "result": "\"Output 17\"", "variablesReference": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 544, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "544", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "544", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 545, "command": "threads" } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "545", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 546, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "546", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 547, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "547", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 548, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "548", "command": "evaluate", "success": true, "body": { "result": "\"Output 17\"", "variablesReference": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 549, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "549", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 550, "command": "threads" } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "550", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 551, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "551", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 552, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "552", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 553, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "553", "command": "evaluate", "success": true, "body": { "result": "\"Output 18\"", "variablesReference": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 554, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "554", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "554", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 18\r\n" } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 555, "command": "threads" } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "555", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 556, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "556", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 557, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "557", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 558, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "558", "command": "evaluate", "success": true, "body": { "result": "\"Output 18\"", "variablesReference": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 559, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "559", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 560, "command": "threads" } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "560", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 561, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "561", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 562, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "562", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 563, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "563", "command": "evaluate", "success": true, "body": { "result": "\"Output 18\"", "variablesReference": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 564, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "564", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "564", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 565, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "565", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 566, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "566", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 567, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "567", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 568, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "568", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 569, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "569", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 570, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "570", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 571, "command": "threads" } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "571", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 572, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "572", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 573, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "573", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 574, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "574", "command": "evaluate", "success": true, "body": { "result": "\"Output 18\"", "variablesReference": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 575, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "575", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 576, "command": "threads" } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "576", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 577, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "577", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 578, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "578", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 579, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "579", "command": "evaluate", "success": true, "body": { "result": "\"Output 18\"", "variablesReference": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 580, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "580", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "580", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 581, "command": "threads" } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "581", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 582, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "582", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 583, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "583", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 584, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "584", "command": "evaluate", "success": true, "body": { "result": "\"Output 19\"", "variablesReference": 0 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 585, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "585", "command": "next", "success": true, "body": null } 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:15 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 19\r\n" } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:15 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 586, "command": "threads" } 5/15/2016 12:22:15 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "586", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 587, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "587", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 588, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "588", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 589, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "589", "command": "evaluate", "success": true, "body": { "result": "\"Output 19\"", "variablesReference": 0 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 590, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "590", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "590", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 591, "command": "threads" } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "591", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 592, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "592", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 593, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "593", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 594, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "594", "command": "evaluate", "success": true, "body": { "result": "\"Output 19\"", "variablesReference": 0 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 595, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "595", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 596, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "596", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 597, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "597", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 598, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "598", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 599, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "599", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 600, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "600", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 601, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "601", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 602, "command": "threads" } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "602", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 603, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "603", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 604, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "604", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 605, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "605", "command": "evaluate", "success": true, "body": { "result": "\"Output 19\"", "variablesReference": 0 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 606, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "606", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "606", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 607, "command": "threads" } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "607", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 608, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "608", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 609, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "609", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 610, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "610", "command": "evaluate", "success": true, "body": { "result": "\"Output 19\"", "variablesReference": 0 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 611, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "611", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 612, "command": "threads" } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "612", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 613, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "613", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 614, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "614", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 615, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "615", "command": "evaluate", "success": true, "body": { "result": "\"Output 20\"", "variablesReference": 0 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 616, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "616", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 20\r\n" } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 617, "command": "threads" } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "617", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 618, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "618", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 619, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "619", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 620, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "620", "command": "evaluate", "success": true, "body": { "result": "\"Output 20\"", "variablesReference": 0 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 621, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs WRITE MESSAGE: { Received debugger resume action StepOver "type": "response", "request_seq": "621", 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs WRITE MESSAGE: { Received debugger resume action StepOver "type": "response", "request_seq": "621", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs WRITE MESSAGE: { Received debugger resume action StepOver "type": "response", "request_seq": "621", 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 622, "command": "threads" } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "622", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 623, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "623", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 624, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "624", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 625, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "625", "command": "evaluate", "success": true, "body": { "result": "\"Output 20\"", "variablesReference": 0 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 626, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs WRITE MESSAGE: Received debugger resume action StepOver renc "type": "response", "request_seq": "626", 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs WRITE MESSAGE: Received debugger resume action StepOver renc "type": "response", "request_seq": "626", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 627, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "627", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 628, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "628", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 629, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "629", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 630, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "630", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 631, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "631", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 632, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "632", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 633, "command": "threads" } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "633", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 634, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "634", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 635, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "635", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 636, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "636", "command": "evaluate", "success": true, "body": { "result": "\"Output 20\"", "variablesReference": 0 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 637, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: 5/15/2 { 22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs ", "type": "response", "request_seq": "637", "command": "next", Received debugger resume action StepOver "name": "Local", 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: 5/15/2 { 22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs ", "type": "response", "request_seq": "637", "command": "next", Received debugger resume action StepOver "name": "Local", "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 638, "command": "threads" } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "638", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 639, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "639", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 640, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "640", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 641, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "641", "command": "evaluate", "success": true, "body": { "result": "\"Output 20\"", "variablesReference": 0 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 642, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "642", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "642", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 643, "command": "threads" } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "643", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 644, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "644", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 645, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "645", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 646, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "646", "command": "evaluate", "success": true, "body": { "result": "\"Output 21\"", "variablesReference": 0 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 647, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs " Received debugger resume action StepOver 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs " Received debugger resume action StepOver "type": "response", "request_seq": "647", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs " Received debugger resume action StepOver 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 21\r\n" } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 648, "command": "threads" } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "648", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 649, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "649", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 650, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "650", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 651, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "651", "command": "evaluate", "success": true, "body": { "result": "\"Output 21\"", "variablesReference": 0 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 652, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "652", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "652", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 653, "command": "threads" } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "653", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 654, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "654", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 655, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "655", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 656, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "656", "command": "evaluate", "success": true, "body": { "result": "\"Output 21\"", "variablesReference": 0 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 657, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "657", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 658, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "658", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 659, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "659", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 660, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "660", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 661, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "661", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 662, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "662", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 663, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "663", "command": "next", "success": true, "body": null } 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:16 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:16 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 664, "command": "threads" } 5/15/2016 12:22:16 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "664", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 665, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "665", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 666, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "666", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 667, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "667", "command": "evaluate", "success": true, "body": { "result": "\"Output 21\"", "variablesReference": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 668, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "668", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 669, "command": "threads" } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "669", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 670, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "670", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 671, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "671", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 672, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "672", "command": "evaluate", "success": true, "body": { "result": "\"Output 21\"", "variablesReference": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 673, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "673", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "673", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 674, "command": "threads" } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "674", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 675, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "675", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 676, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "676", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 677, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "677", "command": "evaluate", "success": true, "body": { "result": "\"Output 22\"", "variablesReference": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 678, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "678", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "678", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 22\r\n" } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 679, "command": "threads" } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "679", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 680, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "680", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 681, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "681", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 682, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "682", "command": "evaluate", "success": true, "body": { "result": "\"Output 22\"", "variablesReference": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 683, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "683", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "683", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 684, "command": "threads" } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "684", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 685, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "685", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 686, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "686", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 687, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "687", "command": "evaluate", "success": true, "body": { "result": "\"Output 22\"", "variablesReference": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 688, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "688", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "688", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 689, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "689", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 690, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "690", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 691, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "691", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 692, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "692", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 693, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "693", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 694, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "694", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 695, "command": "threads" } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "695", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 696, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "696", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 697, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "697", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 698, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "698", "command": "evaluate", "success": true, "body": { "result": "\"Output 22\"", "variablesReference": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 699, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "699", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 700, "command": "threads" } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "700", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 701, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "701", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 702, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "702", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 703, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "703", "command": "evaluate", "success": true, "body": { "result": "\"Output 22\"", "variablesReference": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 704, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "704", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 705, "command": "threads" } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "705", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 706, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "706", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 707, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "707", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 708, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "708", "command": "evaluate", "success": true, "body": { "result": "\"Output 23\"", "variablesReference": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 709, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "709", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "709", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 23\r\n" } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 710, "command": "threads" } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "710", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 711, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "711", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 712, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "712", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 713, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "713", "command": "evaluate", "success": true, "body": { "result": "\"Output 23\"", "variablesReference": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 714, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "714", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "714", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 715, "command": "threads" } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "715", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 716, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "716", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 717, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "717", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 718, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "718", "command": "evaluate", "success": true, "body": { "result": "\"Output 23\"", "variablesReference": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 719, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "719", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 720, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "720", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 721, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "721", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 722, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "722", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 723, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "723", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 724, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "724", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 725, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "725", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 726, "command": "threads" } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "726", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 727, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "727", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 728, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "728", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 729, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "729", "command": "evaluate", "success": true, "body": { "result": "\"Output 23\"", "variablesReference": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 730, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "730", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 731, "command": "threads" } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "731", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 732, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "732", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 733, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "733", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 734, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "734", "command": "evaluate", "success": true, "body": { "result": "\"Output 23\"", "variablesReference": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 735, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "735", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "735", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 736, "command": "threads" } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "736", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 737, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "737", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 738, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "738", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 739, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "739", "command": "evaluate", "success": true, "body": { "result": "\"Output 24\"", "variablesReference": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 740, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "740", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 24\r\n" } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 741, "command": "threads" } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "741", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 742, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "742", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 743, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "743", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 744, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "744", "command": "evaluate", "success": true, "body": { "result": "\"Output 24\"", "variablesReference": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 745, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "745", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 746, "command": "threads" } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "746", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 747, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "747", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 748, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "748", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 749, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:17 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "749", "command": "evaluate", "success": true, "body": { "result": "\"Output 24\"", "variablesReference": 0 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 750, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "750", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 751, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "751", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 752, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "752", "command": "next", "success": true, "body": null } 5/15/2016 12:22:17 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 753, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:17 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "753", "command": "next", "success": true, "body": null } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 754, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "754", "command": "next", "success": true, "body": null } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 755, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "755", "command": "next", "success": true, "body": null } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 756, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "756", "command": "next", "success": true, "body": null } 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 757, "command": "threads" } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "757", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 758, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "758", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 759, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "759", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 760, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "760", "command": "evaluate", "success": true, "body": { "result": "\"Output 24\"", "variablesReference": 0 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 761, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "761", "command": "next", "success": true, "body": null } 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 762, "command": "threads" } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "762", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 763, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "763", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 764, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "764", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 765, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "765", "command": "evaluate", "success": true, "body": { "result": "\"Output 24\"", "variablesReference": 0 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 766, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "766", "command": "next", "success": true, "body": null } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "766", "command": "next", "success": true, "body": null } 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 767, "command": "threads" } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "767", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 768, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "768", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 769, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "769", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 770, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "770", "command": "evaluate", "success": true, "body": { "result": "\"Output 25\"", "variablesReference": 0 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 771, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "771", "command": "next", "success": true, "body": null } 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 25\r\n" } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 772, "command": "threads" } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "772", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 773, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "773", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 774, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "774", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 775, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "775", "command": "evaluate", "success": true, "body": { "result": "\"Output 25\"", "variablesReference": 0 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 776, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "776", "command": "next", "success": true, "body": null } 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 777, "command": "threads" } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "777", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 778, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "778", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 779, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "779", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 780, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "780", "command": "evaluate", "success": true, "body": { "result": "\"Output 25\"", "variablesReference": 0 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 781, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "781", "command": "next", "success": true, "body": null } 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 782, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "782", "command": "next", "success": true, "body": null } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 783, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "783", "command": "next", "success": true, "body": null } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 784, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "784", "command": "next", "success": true, "body": null } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 785, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "785", "command": "next", "success": true, "body": null } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 786, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "786", "command": "next", "success": true, "body": null } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 787, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "787", "command": "next", "success": true, "body": null } 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 788, "command": "threads" } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "788", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 789, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "789", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 790, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "790", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 791, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "791", "command": "evaluate", "success": true, "body": { "result": "\"Output 25\"", "variablesReference": 0 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 792, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "792", "command": "next", "success": true, "body": null } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "792", "command": "next", "success": true, "body": null } 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9, "text": null } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 793, "command": "threads" } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "793", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 794, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "794", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 5, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 795, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "795", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 796, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "796", "command": "evaluate", "success": true, "body": { "result": "\"Output 25\"", "variablesReference": 0 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 797, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs WRITE MESSAGE: Received debugger resume action StepOver { 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs WRITE MESSAGE: Received debugger resume action StepOver { } 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9, "text": null } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 798, "command": "threads" } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "798", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 799, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "799", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 6, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 800, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "800", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 801, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "801", "command": "evaluate", "success": true, "body": { "result": "\"Output 26\"", "variablesReference": 0 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 802, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "802", "command": "next", "success": true, "body": null } 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "output", "body": { "category": "stdout", "output": "Output 26\r\n" } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 10, "column": 9, "text": null } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 803, "command": "threads" } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "803", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 804, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "804", "command": "next", "success": true, "body": null } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "804", "command": "next", "success": true, "body": null } 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received debugger resume action StepOver 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9, "text": null } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 805, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "805", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 806, "command": "threads" } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "806", "command": "threads", "success": true, "body": { "threads": [ { "id": 1, "name": "Main Thread" } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 807, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "807", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 808, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1134 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Received pipeline thread execution request. 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): $str 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1143 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Pipeline thread execution completed. 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "808", "command": "evaluate", "success": true, "body": { "result": "\"Output 26\"", "variablesReference": 0 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 809, "command": "next", "arguments": { "threadId": 1 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: Received debugger resume action StepOver renc "type": "response", si5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: Received debugger resume action StepOver renc "type": "response", si5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1128 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: Received debugger resume action StepOver renc "type": "response", si "request_seq": "809", "command": "next", "success": true, "body": null } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 810, "command": "stackTrace", "arguments": { "threadId": 1, "startFrame": 0, "levels": 20 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "810", "command": "stackTrace", "success": true, "body": { "stackFrames": [ { "id": 0, "name": "Write-Item", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 13, "column": 9 }, { "id": 1, "name": "Do-Work", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 22, "column": 5 }, { "id": 2, "name": "", "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 26, "column": 1 } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 811, "command": "scopes", "arguments": { "frameId": 0 } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "response", "request_seq": "811", "command": "scopes", "success": true, "body": { "scopes": [ { "name": "Auto", "variablesReference": 73, "expensive": true }, { "name": "Local", "variablesReference": 74, "expensive": false }, { "name": "Script", "variablesReference": 47, "expensive": true }, { "name": "Global", "variablesReference": 1, "expensive": true } ] } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "type": "request", "seq": 812, "command": "evaluate", "arguments": { "expression": "$str", "frameId": 0, "context": "watch" } } 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 306 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Passing command execution to pipeline thread. 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1084 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Debugger stopped execution. 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Ready Result: Stopped 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-PSCallStack 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "ExecuteCommand" at line 338 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute nested pipeline command(s): Get-Variable 5/15/2016 12:22:18 PM [VERBOSE] - Method "OnDebuggerStop" at line 1112 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Starting pipeline thread message loop... 5/15/2016 12:22:18 PM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "type": "event", "event": "stopped", "body": { "reason": "step", "threadId": 1, "source": { "name": null, "path": "C:\\Users\\Keith\\.vscode\\extensions\\ms-vscode.PowerShell-0.6.0\\examples\\DebugTest.ps1", "sourceReference": null }, "line": 4, "column": 12, "text": null } }