InfiniTimeOrg / InfiniTime

Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS
GNU General Public License v3.0
2.63k stars 901 forks source link

Using GDB debugger in devcontainer does not load source map #2044

Open BloodStainedCrow opened 3 months ago

BloodStainedCrow commented 3 months ago

Verification

Introduce the issue

As discussed in #1587 debugging from the devcontainer still does not properly load the source map. My guess was/is that the pinetime-app-1.x.x.map file is the source/symbol file but gdb errors out with can't read symbols: file format not recognized.

Does GDB need additional configuring or is this not the correct source file for debugging with DGB?

Preferred solution

No response

Version

No response