Page 1 of 1

Necessary files for debuggging

Posted: Sun Mar 05, 2023 8:25 pm
by uzer123
I am building the projects in a remote machine and i want to transfer only the necessary files from the build folder, in order to debug my board locally.
From this page https://docs.espressif.com/projects/esp ... ugger.html i understand that i only need my source files where i've set the breakpoints and the build/blink.elf file. Is there any more files from build folder i should transfer also, or the blink.elf alone is enough for the debugging?

Re: Necessary files for debuggging

Posted: Thu Mar 09, 2023 6:42 pm
by MicroController
Apparently, the .ELF should be sufficient: https://stackoverflow.com/questions/660 ... s-map-file

Re: Necessary files for debuggging

Posted: Tue Mar 14, 2023 11:26 am
by uzer123
Thanks for the extra info!