I'm remotely developing a project based on yocto and I'm trying to set up remote debugger for my x86 target.
Obviously it is not working, but I can't see any logs - launching any target via cmake-tools GUI runs a new terminal and removes the c开发者_开发技巧ommand issued by the addon, so I can't really see what cmake-tools is trying to do.
e.g. if I run a simple UT - all the output I get is test result, but I can't see the path to the binary file.
Is there a way to keep all the output in a single terminal, and to not remove commands issued by the addon?
精彩评论