Tool/software:
Dear TI,
Hello,
I am trying to debug a project using the XDS110 Debug Probe.
My project depends on several folders (libdri, ASW, DCL). In the main project, the .out file is successfully generated, and I can set breakpoints in the files belonging to this project. However, when I try to set a breakpoint in the dependent folders, XDS110 throws an exception and prompts me to load symbols.
The issue is that when I compile, only one .out file is generated for the main project, and there are no separate .out files for the dependency folders. This prevents me from loading symbols for those files.
Could you please help me debug files that come from dependency folders?
Project structure:
- Dependency 1
- Dependency 2
- Dependency 3
- Main Project (depends on 1, 2, 3)
- Generates main_outfile.out
Thank you in advance for your support!
Best regards,