Briefly, I am trying to debug a project of 2 subprojects, one of them needs to be uploaded to the board first, but in this case, I can not follow the debugging through the source code of the uploaded project.
I am trying to debug a module and a module project of ThreadX through STMcubeIDE,
the structure of the project is as follows:
Parent project which includes Module project and ModuleManager project,
I can debug it through the ModuleManager, however, I would like to follow the source code of the Module while debugging.
The problem: the Module should be uploaded to the board before uploading and debugging through the ModuleManager