home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / amiga / programm / 12518 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  1.4 KB

  1. Path: sparky!uunet!sybus.sybus.com!myrddin!tct!deep6!nifty.UUCP!fgd3
  2. From: fgd3@nifty.UUCP (Fabbian G. Dufoe, III)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re:  Programming Tools (was: Amiga programmers UNITE)
  5. Distribution: world
  6. Message-ID: <fgd3.01p9@nifty.UUCP>
  7. References:  <1992Aug04.235557.26121@NeoSoft.com> <56478@mentor.cc.purdue.edu> <1992Aug10.223432.27395@CS.ORST.EDU> <piet.025y@okapi.sub.org>
  8. Date: 20 Aug 92 21:08:00 EDT
  9. Organization: Fabbian G. Dufoe, III
  10. Lines: 19
  11.  
  12. In article <piet.025y@okapi.sub.org> piet@okapi.sub.org (Peter Vohmann) writes:
  13. >Have you ever used CodeProbe (SAS/C debugger)? It does a lot of the things
  14. >you mentioned (except the guarantee). Yesterday again I stepped through my
  15. >assembler code with cpr, watching the register values I had done. 'Quit'
  16. >cleaned everything up nicely, one instruction before the point-of-crash.
  17. >So what? ;-)
  18.  
  19.    Isn't that a bit of an overstatement?  The "Quit" command in CodeProbe
  20. doesn't clean up everything--CodeProbe doesn't keep track of the resources
  21. you've allocated.  It does get you out of the debugger and let you continue
  22. what you were doing without a crash.  But until you reboot you can't recover
  23. the memory you've allocated, free any locks that were left hanging, and so
  24. forth.
  25.  
  26. --Fabbian G. Dufoe, III
  27.    350 Ling-A-Mor Terrace South   | GEnie:    F.DUFOE3
  28.    St. Petersburg, Florida  33705 | internet: fgd3%nifty@tct.com
  29.    813-823-2350                   | uucp:     ...tct!deep6!nifty!fgd3
  30.  
  31.