Qt Creator Direct Debugging on MCUs
Unsolved
Qt for MCUs
-
Is there a page I can go to in order to set up Qt Creator to debug directly using the NXP 1064 dev kit?
On this page:
https://doc.qt.io/QtForMCUs/qtul-instructions-mimxrt1064-evk.html#debugging
It shows the command line on how to set up debugging, but I have no idea what that ends up doing for me. When I debug using those command line instructions I end up in a windows command window with a line saying 0x00202090 in ?? () and then (gdb).
What does that mean for me? Do I know do something to connect to the Qt Creator IDE?
How do I debug in the Qt Creator IDE? I tried a couple of the options on the Debug menu in Qt Creator IDE and don't see any way to get debugging working in the IDE.
Please point me to a page that shows how.