I’m an newbie on VisualGDB (trial version). I built an arm executable with Visual Studio 2019 for arm64, that worked fine. Then i configured VisualGDB with gdbserver on the target device and my crosscompile – gdb on the built device. I copied my executable manually on the target – device. That works, i can see that the executable runs with VisualGDB (gdbserver). The point is: GDB can’t find symbols, so I can’t set breakpoinks. But i built the executable with symbols. The next thing is: Can i force VisualGDB to copy my executable to the target device?