Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. Verbose : Writing Request 'evaluate' with id 2
  2. Diagnostic : WRITE MESSAGE:
  3.  
  4. {
  5. "jsonrpc": "2.0",
  6. "id": "2",
  7. "method": "evaluate",
  8. "params": {
  9. "expression": "get-item",
  10. "context": "repl",
  11. "frameId": 0
  12. }
  13. }
  14. Diagnostic : READ MESSAGE:
  15.  
  16. {
  17. "jsonrpc": "2.0",
  18. "id": "1",
  19. "method": "powerShell/showInputPrompt",
  20. "params": {
  21. "name": "Path[0]",
  22. "label": "&Path"
  23. }
  24. }
  25. Verbose : Received Request 'powerShell/showInputPrompt' with id 1
  26. Rewriting Keyup events
  27. Diagnostic : READ MESSAGE:
  28.  
  29. {
  30. "jsonrpc": "2.0",
  31. "method": "output",
  32. "params": {
  33. "category": "stdout",
  34. "output": "get-item\r\ncmdlet Get-Item at command pipeline position 1\r\nSupply values for the following parameters:\r\nPath[0]: "
  35. }
  36. }
  37. Verbose : Received Event 'output'
  38. Verbose : Writing Response 'powerShell/showInputPrompt' with id 1
  39. Diagnostic : WRITE MESSAGE:
  40.  
  41. {
  42. "jsonrpc": "2.0",
  43. "id": "1",
  44. "result": {
  45. "promptCancelled": false,
  46. "responseText": "c:\\windows"
  47. }
  48. }
  49. Diagnostic : READ MESSAGE:
  50.  
  51. {
  52. "jsonrpc": "2.0",
  53. "id": "2",
  54. "method": "powerShell/showInputPrompt",
  55. "params": {
  56. "name": "Path[1]",
  57. "label": "&Path"
  58. }
  59. }
  60. Verbose : Received Request 'powerShell/showInputPrompt' with id 2
  61. Rewriting Keyup events
  62. Diagnostic : READ MESSAGE:
  63.  
  64. {
  65. "jsonrpc": "2.0",
  66. "method": "output",
  67. "params": {
  68. "category": "stdout",
  69. "output": "c:\\windows\r\nPath[1]: "
  70. }
  71. }
  72. Verbose : Received Event 'output'
  73. Verbose : Writing Response 'powerShell/showInputPrompt' with id 2
  74. Diagnostic : WRITE MESSAGE:
  75.  
  76. {
  77. "jsonrpc": "2.0",
  78. "id": "2",
  79. "result": {
  80. "promptCancelled": false,
  81. "responseText": "c:\\temp"
  82. }
  83. }
  84. Diagnostic : READ MESSAGE:
  85.  
  86. {
  87. "jsonrpc": "2.0",
  88. "method": "output",
  89. "params": {
  90. "category": "stdout",
  91. "output": "c:\\temp\r\n"
  92. }
  93. }
  94. Verbose : Received Event 'output'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement