What Peter and Rod just replied used to be correct. Now, however, Sun Studio appears to be moving from STABS to DWARF, so you need to do this:
dmake COPTFLAG=-g DEBUGFORMAT="-xdebugformat=dwarf" (hat tip: Will Fiveash) Nico --
What Peter and Rod just replied used to be correct. Now, however, Sun Studio appears to be moving from STABS to DWARF, so you need to do this:
dmake COPTFLAG=-g DEBUGFORMAT="-xdebugformat=dwarf" (hat tip: Will Fiveash) Nico --