-
Notifications
You must be signed in to change notification settings - Fork 13
Debugging Manually
Damian edited this page Oct 15, 2022
·
4 revisions
After setting your breakpoint, you can now Deploy and Debug!
- Visual Studio > Extensions > Linux Debugger
- Select, Build, Deploy and Debug
To debug Linux GUI applications debugging, I'm currently working on a solution for that. For now, you can still use Build and Deploy followed by manually attaching to the process in Visual Studio to debug it.
- (VS) Linux Debugger > Build and Deploy
- Run the app on the remote machine via,
dotnet MyApp.dll
- (VS) Debug > "Attach to Process..."
- Connection Type to, SSH
- Connection Target: "UserName@IPADDRESS"
<enter>
- If its the first time connecting to the machine
- Input user credentials. Click, Connect
- Check, Managed (.NET Core for Unix)
Your system should begin debugging.
Copyright 2023 Xeno Innovations, Inc.