Welcome, Guest. Please login or register.

Author Topic: Screenshots demonstrating AmigaOS4 debugging capabilities  (Read 4951 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline olegil

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 955
    • Show all replies
Re: Screenshots demonstrating AmigaOS4 debugging capabilitie
« on: August 18, 2003, 11:52:41 AM »
Actually, you'll get debug info for gdb in the elf no matter what you do with the compiler. Later on you can run it through strip to save space (strips off any debugging information).

But you don't have to run gdb unless you want to, you know. And people don't have to distribute non-stripped binaries unless THEY want to. The choice is a good idea, though :-)