From owner-freebsd-questions@FreeBSD.ORG Mon May 31 07:59:09 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19B12106567C for ; Mon, 31 May 2010 07:59:09 +0000 (UTC) (envelope-from aiza21@comclark.com) Received: from avmxsmtp1.comclark.com (avmxsmtp1.comclark.com [202.69.191.115]) by mx1.freebsd.org (Postfix) with ESMTP id 10BB98FC19 for ; Mon, 31 May 2010 07:59:07 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AoodAKsIA0zKRa1aPGdsb2JhbAAHh2KWVQEBAQE1J79thRYEg0Y X-IronPort-AV: E=Sophos;i="4.53,332,1272816000"; d="scan'208";a="1222194" Received: from unknown (HELO [10.0.10.3]) ([202.69.173.90]) by avmxsmtp2.comclark.com with ESMTP; 31 May 2010 15:59:06 +0800 Message-ID: <4C036C48.3000307@comclark.com> Date: Mon, 31 May 2010 15:59:04 +0800 From: Aiza User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: "questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: how to debug .sh type script X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2010 07:59:09 -0000 Is there way to single step through each line of code and see the real values of the variables?