Hi all,
Device: STM32MP1 running Linux (STM distro). The device is remote, and everything is dover via SSH and SCP.
Main application is written/running in .NET 5
I used VisualGDB to create (and deploy) a Shared Library (.so)
I reference this shared library from the .NET application and calls work great.
The question is how can I setup VisualGDB to debug the Shared Library when called from the dotnet app via P/Invoke?
Thanks in advance!
Matt