Software developper
已回答
Hi,
I was wondering if it's possible to use the openocd for embedded software within a docker?
I'm using a docker toolchain for building, but would like the openocd to check INSIDE the docker toolchain for it's tool...
Is that possible?
Thanks
请先登录再写评论。
Hello!
Currently there is no way to use openocd inside Docker. Feel free to create a feature request in our tracker - https://youtrack.jetbrains.com/issues/CPP.
Meanwhile you can try the following:
Executable binaryfield and select the local (important!) binary, which is downloaded automatically in case of the Docker toolchain,Debuggerfield select the bundled GDB,I haven't tested that on my side, so can't guarantee anything, but feel free to try.