Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'echo is your friend' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
echo is your friend
Authored by: kholburn on Jun 22, '02 07:01:14AM

I have at several places in my .tcshrc lines like this:

if (-e .debug) echo "running .tcshrc..."

When I need to debug I just do:

touch ~/.debug

and when I have finished debugging:

rm ~/.debug



[ Reply to This | # ]