Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 (Denver Mods 4/2/84) 6/24/83; site drutx.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!hogpc!houxe!drutx!zarth From: zarth@drutx.UUCP Newsgroups: net.unix Subject: SDB and C programs Message-ID: <616@drutx.UUCP> Date: Thu, 12-Jul-84 14:26:18 EDT Article-I.D.: drutx.616 Posted: Thu Jul 12 14:26:18 1984 Date-Received: Fri, 13-Jul-84 04:36:38 EDT Organization: AT&T Information Systems Laboratories, Denver Lines: 19 I recently started trying to use SDB to set break points in my C program so that I could read variable values there and encountered some difficulties. I have the UNIX users manual and have read that, does anyone have further info for me or can the help me interpret what I read. Basically I have the a.out file which is made up of four file.c's which include some 10-15 morre files. In one of those included files is a procedure call, say proc(). I would like to set a breakpoint at proc() in file include.z which is included in file1.c and then read the value of array[x]. Can some one help me out??? If you need more info on the problem or need a more detailed explaination send me mail or post. Thanks, Dave Covart