I\'m trying to debug the helloword sample on real device. After lots of searching, I\'ve managed to do some settings.
What I did to debug on real device:
Actually just setting --address=0.0.0.0 --port=8888 in launch configuration params fixed the issue.
--address=0.0.0.0 --port=8888
Rest of the settings stayed as in the question.