I need to debug cpp code in library called from a csharp code using vscode in linux
My cpp library is called libcalctest.so
I have built a csharp wrapper around it called as MyCalcWrapper which calls the functions in libcalctest.so via pinvoke
I am using MyCalcWrapper in a csharp application called as MyNewConsoleApp
If i run it i get correct output however i am not able to debug the cpp functions.