Hi,
I have a problem with debugging.
I build the project under linux over network and deploy the project to another linux computer.
When I start Visual studio and debug the project it works.
If I stop the program and start again it takes 2 minutes before debugging again (The GDB session is waiting for 2 minutes).
The only way to workaround the problem is to stop visual studio and start visual studio again or wait 2 minutes.
I have noticed that on the target when I wait for 2 minutes the file attribut is 644 and after 2 minutes it turns to 755.
Does anyone have an idea?
Thanks