Chris Larson wrote:
Often I don't know I want debugging until after the fact, so I'd prefer to
have run scripts and "set -x" by default. Otherwise I'd have to re-run with
-DD and it'll be a pain.

set -x isn't default now, you're saying you'd prefer that was the case always?

Oh, heh. I guess I don't look at those log files too often after all or I'd have known this. :) Come to think of it, there have been a few times where I wished something would have run with "-x".

What if you added "set -x" after emitting the vars & functions? Then the important stuff would always be traced. Given the amount of debugging coming out of make and configure by default, a few extra lines of shell script tracing at the top of the log file wouldn't hurt, and might make the task easier to follow.

Mike
_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev

Reply via email to