Is it possible to use the gdb debugging facilities from mcuxpresso via command line? I am having so much issues using mcuxpresso (on ubuntu) that I am looking for alternatives.
I currently have my own cmake setup where I can compile and link with arm toolchain. I also managed to make a task to upload my compiled .axf file to target.
The only thing I am struggling with is to be able to debug. Is there anything that can get me on my way? Which executables do I need to setup debugger with the mcuxpresso linkserver from command line?