Given the following scenario:
- Visual Studio 2019/2022
- Solution with two projects (.NET 5 C# console app, native C++ .so) targeting Linux
- WSL or docker linux container runtime
is it possible to mix-debug the code (as it is when targeting windows with the mixed-mode debugging feature)?
If not, is there any VS extension or different IDE I can use for this purpose?