From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16714 invoked from network); 11 Mar 1999 08:38:23 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 11 Mar 1999 08:38:23 -0000 Received: (qmail 16881 invoked by alias); 11 Mar 1999 08:36:54 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5751 Received: (qmail 16874 invoked from network); 11 Mar 1999 08:36:53 -0000 Date: Thu, 11 Mar 1999 09:37:00 +0100 (CST) From: jarausch@numa1.igpm.rwth-aachen.de (Helmut Jarausch) Subject: Debug - HowTo ? To: zsh-workers@sunsite.auc.dk Message-Id: X-Mailer: TkMail 4.0beta9 Hi, since some of you do it every day, please give me some hints. I would like to debug zsh with the multiline input problem. So I need a way to run zsh under a debugger such that the input to zsh does not get confused with the input to the debugger. Furthermore zsh must think it gets its input from a true xterm not from a standard input via the debugger. Sorry, I can't use remote debugging. But is there a way to run zsh under the debugger in its own xterm window? Thanks, Helmut.