home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / cplus / 16813 < prev    next >
Encoding:
Text File  |  1992-11-24  |  1.1 KB  |  28 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!math.fu-berlin.de!hamel!rene
  3. From: rene@hamel.uucp (Rene Mueller)
  4. Subject: Re: g++ debugger?
  5. Message-ID: <XM78NPT@math.fu-berlin.de>
  6. Sender: rene@hamel (Rene Mueller)
  7. Organization: Free University of Berlin, Germany
  8. References:  <ROBC.92Nov23124503@rocket.sanders.lockheed.com>
  9. Distribution: comp.lang.c++
  10. Date: Tue, 24 Nov 1992 01:08:21 GMT
  11. Lines: 15
  12.  
  13. In article <ROBC.92Nov23124503@rocket.sanders.lockheed.com>, robc@rocket.sanders.lockheed.com (Rob Costantino) writes:
  14. |> What do g++ users use for debuggers?
  15. |> 
  16. |> I have been developing code in C on a Sparc using gnus gcc for the
  17. |> compiler and CodeCenter (CenterLine) for a debugger.  I am starting to
  18. |> use c++, so naturally when to gnu g++.  I found that the object files
  19. |> are not compatible with ObjectCenter (CenterLine) due to the different
  20. |> name mangling schemes.  So, what do g++ users use for debuggers?
  21. |> 
  22. |> Rob Costantino        phone: 603/885-7414
  23. |>             email: robc@rocket.sanders.com
  24. Depending wether you're using X11 or not:
  25. xgdbx or gdbx...
  26.  
  27.     rene@math.fu-berlin.de
  28.