Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.05 KB | None | 0 0
  1. {
  2.     "version": "0.2.0",
  3.     "configurations": [
  4.         {
  5.            "name": ".NET Core Launch (remote console)",
  6.            "type": "coreclr",
  7.            "request": "launch",
  8.            "preLaunchTask": "deploy",
  9.            "program": "/home/pi/dotnet/dotnet",
  10.            "args": ["/home/pi/raspberry-test/Raspberry-test.dll"],
  11.            "cwd": "~/raspberry-test",
  12.            "stopAtEntry": false,
  13.            "console": "internalConsole",
  14.            "pipeTransport": {
  15.                "pipeCwd": "${workspaceFolder}",
  16.                "pipeProgram": "PLINK",
  17.                "pipeArgs": [
  18.                    "-i",
  19.                    "privatekey.ppk",
  20.                    "pi@192.168.1.10"
  21.                ],
  22.                "debuggerPath": "/home/pi/vsdbg/vsdbg"
  23.            }
  24.         }        
  25.     ]
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement