[comp.sys.mac.programmer] Problem Setting SADE Breakpoints

gww@g.cs.wvu.wvnet.edu (Gary Carvell) (07/19/89)

Help! I am having a weird problem getting SADE to set break
points in some of my source code.  It will let me set breaks
in files from certain directories, but not others.  The setup
is as follows:  9 directories, each containing several MPW C
source files.  In 8 of the directories, the object files for
that directory are combined using lib; the 9th contains the
main() and links directly with the object files in it, as well
as with the eight libraries.  In SADE, I am using the 'sourcepath'
command to tell SADE where the sources are. I am compiling, 
lib'ing and linking with -sym full.  I can set a break in files
from 7 of the directories; but, when I try to set one in any 
file in the 2 most recently added directories, I get the message
"Cannot  determine break address: Could not determine address from
available source information."  I tried completely recompiling
everything in both directories and rebuilding the libraries; this
resulted in SADE letting me set breaks in one of them.  But the
other one still will not work.  Anyone have any ideas? Am I just
overlooking something obvious?  Any help you can offer will be 
greatly appreciated.

Thanks, 

Gary Carvell

---
Gary Carvell
gww@g.cs.wvu.wvnet.edu