BG95-M3 QuecOpen debugging

Hi folks!

We’re considering using QuecOpen on the BG95-M3 instead of using a dedicated microcontroller, and I have the proper devkits as well as having received the SDK and compiler from Quectel.

My question is whether the QuecOpen solution has any support for proper debugging, such as using e.g. GDB to set breakpoints, step through code etc. as one would do when developing for a conventional microcontroller. Or do we only have printf()-based debugging available? That would be quite restrictive.

In the same vein: Is it possible to use TraceX to debug ThreadX behaviour?

only “printf”
user API work in ARM User mode ( locked from MMU )

Thanks for the quick response.