fbs2016
fbs2016
@GitMensch Thanks a lot. I try it between 2 linux host, it works well. And I try to debug our embedded os from my linux host, it can't work. {...
Any update? I meet the same issue before, and it get worse in the latest CDT: Only button "Save all" work and it can be reproduced in every save operation...
https://github.com/microsoft/vscode-cpptools/issues/4166
https://github.com/microsoft/vscode-cpptools/issues/78 https://github.com/microsoft/vscode-cpptools/issues/265
@sean-mcmanus Thanks. I try the new option "useExtendedRemote" it works for extended-remote launch. But it still has some issue with attach function.
@xisui-MSFT Thanks We have 2 ways to start gdbserver, gdbserver --multi or --once:port exeFile on remote target. Next we want to attach the running process from VSC cpptools extention on...
@xisui-MSFT Thanks a lot. 1. I try the multi mode, it works between 2 Ubuntu host. 2. And I try on our embedded target, it failed and report err: Failed...
@xisui-MSFT I think that the remote attach doesn't support gdbserver with "--once" mode if no processId option input . (To use useExtendedRemote as ture, try to start gdbserver with "--once...
Try it on our target: (gdb) info os processes Can not fetch data now.
@xisui-MSFT Thanks a lot, I will try to add new command customized to get the process list on my target.