home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / mac / system / 15534 < prev    next >
Encoding:
Internet Message Format  |  1992-12-26  |  1.8 KB

  1. Xref: sparky comp.sys.mac.system:15534 comp.sys.mac.programmer:20328
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!decwrl!claris!outpost.SF-Bay.org!peirce
  3. From: peirce@outpost.SF-Bay.org (Michael Peirce)
  4. Newsgroups: comp.sys.mac.system,comp.sys.mac.programmer
  5. Subject: Re: SADE --- the worst debugger I ever used!!!!!
  6. Message-ID: <D2150035.lv2ur1@outpost.SF-Bay.org>
  7. Date: 24 Dec 92 23:46:35 GMT
  8. Reply-To: peirce@outpost.SF-Bay.org (Michael Peirce)
  9. Organization: Peirce Software
  10. Lines: 24
  11. X-Mailer: uAccess - Macintosh Release: 1.6v1
  12.  
  13.  
  14. In article <1h9gmlINNk3f@fbi-news.Informatik.Uni-Dortmund.DE> (comp.sys.mac.system,comp.sys.mac.programmer), maennig@siggi.informatik.uni-dortmund.de (Olaf Maennig) writes:
  15. > Okay, that's what I went through the last few weeks. Now, the most important
  16. > question to me: IS THERE ANOTHER AND BETTER DEBUGGER OUT THERE?
  17.  
  18. Most professional programmers I know use Jasik's The Debugger.  It's
  19. worth its weight in gold when you are deep into debugging your code.
  20.  
  21. It's not perfect, the user interface is a bid hard to learn at first,
  22. but once you're up to speed it's a real pleasure to use.
  23.  
  24. It's both a high level debugger and a low level debugger.  This means
  25. that you can view and step through your C or pascal source and with
  26. a single click view the assembler code interspersed with your source.
  27. You can view memory as hex or symbolically as data structures.  All
  28. this is based on the .SYM file that MPW generates (same as SADE).
  29.  
  30. It's available from the usual programmer outlets like APDA.
  31.  
  32. --  Michael Peirce      --   peirce@outpost.SF-Bay.org
  33. --  Peirce Software     --   Suite 301, 719 Hibiscus Place
  34. --                      --   San Jose, California USA 95117
  35. --  Drop by booth #4463 --   voice: (408) 244-6554 fax: (408) 244-6882
  36. --  at MacWorld Expo/SF --   AppleLink: peirce & America Online: AFC Peirce
  37.