Re: how to debug .sh type script

2010-05-31 Thread Jerry
On Mon, 31 May 2010 15:59:04 +0800 Aiza articulated: > Is there way to single step through each line of code and see the > real values of the variables? You did not indicate what language your script is written in. There are quite a few sites that have information for debugging a Bash script. h

Re: how to debug .sh type script

2010-05-31 Thread Elias Chrysocheris
On Monday 31 of May 2010 10:59:04 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-questi

Re: how to debug .sh type script

2010-05-31 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 31/05/2010 08:59:04, Aiza wrote: > Is there way to single step through each line of code and see the real > values of the variables? Not 'single step' as such -- what you can do is run with '-x' which prints each line as it is executed. That's eit

Re: how to debug .sh type script

2010-05-31 Thread Samuel Martín Moro
echo $my $debugs read a #(or whatever variable) until you pressed the enter key (or sig), your script will wait Samuel Martín Moro {EPITECH.} tek4 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la Venelle 92150 Suresnes FRANCE "Nobody wants to say how this works. Maybe nobody knows ..."

how to debug .sh type script

2010-05-31 Thread Aiza
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-question