Debug ELF/Dwarf Binaries in VS Code without a Project or Build
mcuoneclipse.com·15h
📺VT100 Emulation
Preview
Report Post

Post navigation

← Previous

Sometimes, all what I have is a ELF/Dwarf binary, and I need to debug it. I don’t want to build it, only debug it. The NXP VS Code extension makes that possible. I simply import the binary and start debugging.

Debugging Executable

Outline

This article describes how to import an embedded ELF/Dwarf (.elf or .axf) file without project for debugging. ELF/Dwarf files are the standard binaries for targets and cross development. They include the code. They also contain debug information if it has not been stripped.

For this, I use the ‘Import’ on an executable in VS Code. After that, I can debug it right away.

Prerequisites

Install the NXP extension i…

Similar Posts

Loading similar posts...