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-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscr...@freebsd.org"

I'm not aware of a way to single step a script. But the old method of echo and 
exit is the way I use. I use echo to print the values and the line numbers 
that I want and exit to stop the execution of the script at a point I wish it 
to stop.

Elias
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to