Path: utzoo!attcan!uunet!seismo!sundc!pitstop!sun!decwrl!ucbvax!agate!violet.berkeley.edu!ilan343 From: ilan343@violet.berkeley.edu Newsgroups: comp.bugs.sys5 Subject: sdb debugger & FORTRAN Keywords: debugger,FORTRAN Message-ID: <16582@agate.BERKELEY.EDU> Date: 6 Nov 88 18:45:35 GMT References: <16581@agate.BERKELEY.EDU> Sender: usenet@agate.BERKELEY.EDU Distribution: na Organization: University of California, Berkeley Lines: 15 Has anyone ever succeeded in using the (SysV) sdb symbolic debugger with FORTRAN? I have a 3B2/400 running 3.0. The FORTRAN manual claims all sdb features can be used. I am having trouble examining data in a sdb run. I can display the values for most data types, except for (the one I need the most, of course) double-precision arrays, and dummy variables of any type inside a subroutine. For the double precision arrays, the command /g spits out some incomprehensible junk. Equivalent commands work fine for integer and real*4 arrays. Any suggestions?