I have inherited a project where cmake creates an ELF. By following this post (MCUXpresso IDE - NXP Community), I can load the project. Debugging works - I start in my source file with my main function. I can step into other files in my project and set break points.
The only problem is that the Project Explorer windows does not show my source code. It only shows code from the default project for the processor. Is there a way to import my source along with the ELF?

Steps to create project:
1) Create a new C/C++ Project, choose processor (MK60DN512xxx100), next, finish
2) Run->Debug Configuration, Choose GDM PEMicro Interface Debugger
3) On the main tab, I select my ELF file. Apply, Close
4) Project->Build All
5) Run->Debug Configuration, Click Debug
Windows 11
MCUXpresso Version 11.9.1
PEMicro Multilink Universal FX
,