Software developper
Answered
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
Please sign in to leave a comment.
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.