I've had some code thrown over the wall to me (can't contact the original developer) which is a .NET 5.0 C# project, which calls python code using ProcessStartInfo. I tried to set a breakpoint in the python code but VS gives the warning
The breakpoint will not currently be hit. No symbols have been loaded for this document.
The Visual Studio Python development workload is installed. (Using VS Pro 2019 16.10.2.) I am experienced with C# development, but less so with python. Is this even possible?