I have created a demo app which uses shared lib. For this I followed http://visualgdb.com/tutorials/linux/libraries/
I am able to debug in SO project.
When I change CXX FLAG of MySharedLib to -std=c++11 I am unable to debug, there should be additional setting right?
Note: I can debug in LinuxApp as its CXX FLAG is unchanged.
For experiment, when I changed CXX FLAG of LinuxApp to -std=c++11, I cannot debug main too.
Please answer in details,
Thanks