|
684 | 684 | } |
685 | 685 | }, |
686 | 686 | "pipeTransport": { |
687 | | - "description": "When present, this tells the debugger to connect to a remote computer using another executable as a pipe that will relay standard input/output between VS Code and the .NET Core debugger backend executable (clrdbg).", |
| 687 | + "description": "When present, this tells the debugger to connect to a remote computer using another executable as a pipe that will relay standard input/output between VS Code and the .NET Core debugger backend executable (vsdbg).", |
688 | 688 | "type": "object", |
689 | 689 | "required": [ |
690 | 690 | "debuggerPath" |
|
693 | 693 | "pipeCwd": "${workspaceRoot}", |
694 | 694 | "pipeProgram": "enter the fully qualified path for the pipe program name, for example '/usr/bin/ssh'", |
695 | 695 | "pipeArgs": [], |
696 | | - "debuggerPath": "enter the path for the debugger on the target machine, for example ~/clrdbg/clrdbg" |
| 696 | + "debuggerPath": "enter the path for the debugger on the target machine, for example ~/vsdbg/vsdbg" |
697 | 697 | }, |
698 | 698 | "properties": { |
699 | 699 | "pipeCwd": { |
|
717 | 717 | "debuggerPath": { |
718 | 718 | "type": "string", |
719 | 719 | "description": "The full path to the debugger on the target machine.", |
720 | | - "default": "enter the path for the debugger on the target machine, for example ~/clrdbg/clrdbg" |
| 720 | + "default": "enter the path for the debugger on the target machine, for example ~/vsdbg/vsdbg" |
721 | 721 | }, |
722 | 722 | "pipeEnv": { |
723 | 723 | "type": "object", |
|
932 | 932 | } |
933 | 933 | }, |
934 | 934 | "pipeTransport": { |
935 | | - "description": "When present, this tells the debugger to connect to a remote computer using another executable as a pipe that will relay standard input/output between VS Code and the .NET Core debugger backend executable (clrdbg).", |
| 935 | + "description": "When present, this tells the debugger to connect to a remote computer using another executable as a pipe that will relay standard input/output between VS Code and the .NET Core debugger backend executable (vsdbg).", |
936 | 936 | "type": "object", |
937 | 937 | "required": [ |
938 | 938 | "debuggerPath" |
|
941 | 941 | "pipeCwd": "${workspaceRoot}", |
942 | 942 | "pipeProgram": "enter the fully qualified path for the pipe program name, for example '/usr/bin/ssh'", |
943 | 943 | "pipeArgs": [], |
944 | | - "debuggerPath": "enter the path for the debugger on the target machine, for example ~/clrdbg/clrdbg" |
| 944 | + "debuggerPath": "enter the path for the debugger on the target machine, for example ~/vsdbg/vsdbg" |
945 | 945 | }, |
946 | 946 | "properties": { |
947 | 947 | "pipeCwd": { |
|
965 | 965 | "debuggerPath": { |
966 | 966 | "type": "string", |
967 | 967 | "description": "The full path to the debugger on the target machine.", |
968 | | - "default": "enter the path for the debugger on the target machine, for example ~/clrdbg/clrdbg" |
| 968 | + "default": "enter the path for the debugger on the target machine, for example ~/vsdbg/vsdbg" |
969 | 969 | }, |
970 | 970 | "pipeEnv": { |
971 | 971 | "type": "object", |
|
0 commit comments