Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!jarthur!nntp-server.caltech.edu!eql.caltech.edu!rankin From: rankin@eql.caltech.edu Newsgroups: comp.lang.c Subject: Re: assertions and debuggers Message-ID: <1990Sep23.004745.1@eql.caltech.edu> Date: 23 Sep 90 08:47:45 GMT References: <10835@rama.UUCP> <14186:Sep2105:48:2290@kramden.acf.nyu.edu> Sender: news@nntp-server.caltech.edu Distribution: usa Organization: California Institute of Technology, Pasadena Lines: 7 Nntp-Posting-Host: eql.caltech.edu In article <14186:Sep2105:48:2290@kramden.acf.nyu.edu>, brnstnd@kramden.acf.nyu.edu (Dan Bernstein) writes: [... entering the debugger via assert()/abort() ...] > Side note: I typed that in without having to think about it. How long > did your VMS solution take? #include #define abort() LIB$SIGNAL(SS$_DEBUG)