Author Topic: Breakpoints in assembly code  (Read 11636 times)

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Breakpoints in assembly code
« Reply #15 on: May 18, 2019, 12:04:45 pm »
Quote
Why this change?
The debugger needs a specific format (called dwarf) for debug symbols in the executable. With this setting you say that this symbols should be in dwarf format, that gdb can understand....