From owner-freebsd-questions@FreeBSD.ORG Mon May 31 08:09:55 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 22DFF106566C for ; Mon, 31 May 2010 08:09:55 +0000 (UTC) (envelope-from faust64@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id A31188FC1A for ; Mon, 31 May 2010 08:09:54 +0000 (UTC) Received: by fxm5 with SMTP id 5so2225029fxm.13 for ; Mon, 31 May 2010 01:09:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=ZTzNy+UgGcyAAZaOt7wuan7M15OSKeI2itpk7XBNS7Y=; b=RGBpk3jMQB7bELyc9qrN6D+2L3SqDUKA/mBCoTci3wFMWMS/zpg1Acup2Lk4Vbq4co Pi1jgC4GQSg3T44Gfm9LY1meSRRKJYRszKfuBlSQBae7mFT1LsTvKRxJsd+bbn1NxwHG BeCrxdDjul5Z0yqrl4BujR+QXGmB2d/iEg4u0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=sZQQDqfrCkmShlE8Lzx7F+VwBvXa6D6G9wDS8ffIux9b/Z38S/XIc9TciuDaagNgJ0 +UOGzSrQpajnQdHjjtNYtUj/Rk1Sg0gG4i9rI6CQ1xsWiJzJBDSQc04XeSqGz4xfq9uE 9sE77m5MOYlOizyb8bRqqB5A4MbgJZGEerv+A= Received: by 10.103.209.9 with SMTP id l9mr1650536muq.64.1275293393345; Mon, 31 May 2010 01:09:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.122.205 with HTTP; Mon, 31 May 2010 01:09:33 -0700 (PDT) In-Reply-To: <4C036C48.3000307@comclark.com> References: <4C036C48.3000307@comclark.com> From: =?ISO-8859-1?Q?Samuel_Mart=EDn_Moro?= Date: Mon, 31 May 2010 10:09:33 +0200 Message-ID: To: Aiza Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "questions@freebsd.org" Subject: Re: 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 08:09:55 -0000 echo $my $debugs read a #(or whatever variable) until you pressed the enter key (or sig), your script will wait Samuel Mart=EDn Moro {EPITECH.} tek4 CamTrace S.A.S (+033) 1 41 38 37 60 1 All=E9e de la Venelle 92150 Suresnes FRANCE "Nobody wants to say how this works. Maybe nobody knows ..." Xorg.conf(5) On Mon, May 31, 2010 at 9:59 AM, Aiza wrote: > Is there way to single step through each line of code and see the real > values of the variables? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >