How to debug visual studio 2017 generated C++ code .SO file and others third party libraries in android?

Multi tool use


How to debug visual studio 2017 generated C++ code .SO file and others third party libraries in android?
I have my C++ library code in Visual studio and I am generating AAR format lib in android studio and using that in my android project.
aar format file built using multiple third party libraries. Is there any way to debug in Android?
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.