Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!amdcad!ames!hc!beta!cmcl2!rutgers!princeton!udel!rochester!PT.CS.CMU.EDU!VLSI.CS.CMU.EDU!gwu From: gwu@VLSI.CS.CMU.EDU (George Wu) Newsgroups: comp.lsi,comp.unix.questions Subject: Re: Help needed when using DBX and MAGIC Message-ID: <217@PT.CS.CMU.EDU> Date: Fri, 23-Oct-87 01:44:36 EST Article-I.D.: PT.217 Posted: Fri Oct 23 01:44:36 1987 Date-Received: Sun, 25-Oct-87 14:58:52 EST References: <7671@steinmetz.steinmetz.UUCP> Sender: netnews@PT.CS.CMU.EDU Organization: Carnegie-Mellon University, CS/RI Lines: 17 Keywords: dbx MAGIC sun Xref: mnetor comp.lsi:265 comp.unix.questions:4637 I would guess that the reason for this lies somewhere along the lines that Magic tries to do I/O in cbreak mode. Dbx on the other hand wants to use the normal buffered I/O mode. So of course, a conflict occurs, and dbx gives up. Playing with the tty status (via reset) only confuses the issue more. I would suggest you try using the GNU debugger, gdb. While I have never used this debugger, I've heard many claims from devout users, including the claim that it handles programs that use raw and cbreak mode programs. It also reputedly handles large programs better. And now for my own question. Someone has recently asked me about a black and white version of Magic. Now I know Magic has a Sun b/w driver, but this guy's only got b/w IBM RTs. So has anyone does this job, or part of it? Thanks in advance. George