Cannot debug app when using wrapper script
问题 I have activated address sanitizer for my app's native codes in order to detect some memory leak. But I have a strange problem. Before activating address sanitizer, app just runs normally and I can debug it without any problems. But after activating address sanitizer, I cannot debug app anymore, even though it runs just fine. It is a really strange behavior because after activating address sanitizer, "Waiting for Debugger..." message does not show anymore and I get following error in debug