home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / c / 20248 < prev    next >
Encoding:
Text File  |  1993-01-27  |  1.4 KB  |  36 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!gumby!yale!cs.yale.edu!news-mail-gateway!daemon
  3. From: spectre@uiuc.edu (Ian Chai)
  4. Subject: Summary of C++ debugger quest
  5. Message-ID: <9301271558.AA04611@a.cs.uiuc.edu>
  6. Sender: chai@cs.uiuc.edu
  7. Organization: Yale CS Mail/News Gateway
  8. Date: Wed, 27 Jan 1993 03:58:34 GMT
  9. Lines: 25
  10.  
  11. Hi. Last week I asked about C++ debuggers. I got messages about 4 of them:
  12.  
  13. 1. ObjectCenter from CenterLine        Contact nowell@centerline.com
  14. 2. Oregon from TauMetric Corporation    Contact sue@taumet.com
  15. 3. g++ and gbx from Gnu            Download from your favourite Gnu place
  16. 4. CC and dbx from Sun            Sun Microsystems
  17.  
  18. Since (1) and (2) cost extra money, I tried g++/gbx first. It was
  19. slightly incompatible with our established base of software, so I
  20. didn't want to use it unless compelled for it would require changing
  21. all our code slightly. Finally, someone told us that the CC and dbx
  22. from Sun *does* demangle the C++ in debugging. I was really puzzled
  23. about this, since I had assumed that since we were running Sparcs, we
  24. would already be using the Sun-supplied C++ and dbx. Well, apparently
  25. not, for after asking around our system support staff, I obtained a CD
  26. ROM from one of them with that and when we installed it, voila! it did
  27. indeed demangle C++ dbx.
  28.  
  29. Thanks, everyone who helped.
  30.  
  31.                 Ian Chai <spectre@uiuc.edu>
  32.                 Visual Project
  33.                 Computer Science Department
  34.                 University of Illinois at
  35.                         Urbana-Champaign
  36.