I have the remote develop problem. I want to ask for some advices to solve this problem.
when my code under
~/floder, debug cannot stop at breakpoints:
I tried to debug C file under
~/floder, no problem, can stop at breakpoint
Tried:
- I think if it is because of permission. so I run
sudo chmod 777 ~/code, but not work.

