Path: utzoo!utgpu!watserv1!watmath!uunet!tut.cis.ohio-state.edu!DART.CS.BYU.EDU!mike From: mike@DART.CS.BYU.EDU (Mike Burbidge) Newsgroups: gnu.g++ Subject: Debugging on the GCC and G++ compilers Message-ID: <8912120551.AA04996@dart.cs.byu.edu> Date: 12 Dec 89 05:51:54 GMT References: <8912111917.aa14371@ICS.UCI.EDU> Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 10 I agree completely! The data manipulation macros are a nightmare. When I first saw the GNU code I started putting the macros into code I was doing at work because I thought they were "nifty". I soon discovered that they were a headache even if one was intimately familiar with the code. The macros render "point and click" debugging environments useless. One must always remember and then type in the command to display a variable, rather than just marking and pushing a button. Mike Burbidge. mike@cs.byu.edu