home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / emacs / 4061 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  979 b 

  1. Path: sparky!uunet!stanford.edu!agate!ucbvax!matloff@toto.Berkeley.EDU
  2. From: matloff@toto.Berkeley.EDU (Norman Matloff)
  3. Newsgroups: comp.emacs
  4. Subject: emacs + gdb + curses = trouble?
  5. Message-ID: <45102@ucbvax.BERKELEY.EDU>
  6. Date: 25 Jan 93 23:34:26 GMT
  7. Sender: nobody@ucbvax.BERKELEY.EDU
  8. Organization: Div. of CS, UC Davis
  9. Lines: 16
  10.  
  11. Specifically, suppose we are debugging a program which uses curses,
  12. and doing the debugging by invoking gdb (M-x gdb) from within emacs.
  13. Suppose we give gdb a command like `tty /dev/ttyxx', indicating that
  14. the user input/output for the program being debugged will be in
  15. another place separate from the gdb commands (e.g. under X windows,
  16. that I/O will be in another window).  The xx is derived from typing
  17. `who am i' in that other place.
  18.  
  19. In this setting, curses seems not to work.  I've tried it on three
  20. different machines.  It works fine if I do the same thing but invoke
  21. gdb from the shell instead of from emacs.
  22.  
  23. Any suggestions?
  24.  
  25.    Norm
  26.  
  27.