-
Notifications
You must be signed in to change notification settings - Fork 10
Troubleshooting
Damian edited this page Aug 29, 2024
·
1 revision
In order to debug your remote app, the vsdbg needs to be installed. The VS Linux Debugger attempts to install vsdbg automatically if it cannot find the path, .vs-debugger
in your home directory (by default). This sometimes fails for various (system/IT) reasons. During deployment of your app, the vsdbg install line in the log looks like so.
09:46:08.480: BASH> [ -d ~/.vs-debugger/vs2022 ] || curl -ksSL https://aka.ms/getvsdbgsh | bash /dev/stdin -v latest -l ~/.vs-debugger/vs2022
09:46:08.507: Returned:
- Validate on your remote machine if the
.vs-debugger
path exists in yourhome
directory. - Manually install vsdbg
Copyright 2023 Xeno Innovations, Inc.