Search found 1 match

by atreistm
Wed Apr 03, 2024 11:08 am
Forum: IDEs for ESP-IDF
Topic: Multiple .S files
Replies: 0
Views: 3153

Multiple .S files

I have multiple .S files that are called from main.c I compile with idf.py build. When I run gdb, I can set a breakpoint successfully on a function in the first .S file. However, if I try to set a breakpoint on any other .S file, gdb cannot find the source code. I try to set the breakpoint as soon a...