home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / softsys / andrew / 1335 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  616 b 

  1. Path: sparky!uunet!spool.mu.edu!agate!ucbvax!ANDREW.CMU.EDU!dba+
  2. From: dba+@ANDREW.CMU.EDU (David Anderson)
  3. Newsgroups: comp.soft-sys.andrew
  4. Subject: Re: Running ATK applications in foreground ?
  5. Message-ID: <Iezc4Ve00hYtQfSExO@andrew.cmu.edu>
  6. Date: 9 Nov 92 15:17:53 GMT
  7. References: <IefUMbe=jk6AIYcUgZ@oceania.inf.isei.jrc.it>
  8. Sender: usenet@ucbvax.BERKELEY.EDU
  9. Organization: The Internet
  10. Lines: 8
  11.  
  12. Use the -d switch to run an ATK application, such as ez, in the foreground 
  13.  
  14.     ez -d
  15.  
  16. The choice of the letter 'd' comes from the fact that preventing forking
  17. is most often needed in order to use a debugger.
  18.  
  19. --david
  20.