Debugging

I build AROS with –enable-debug=all and usually run it like this

LANG=C ddd --args ./boot/linux/AROSBootstrap -m 640 mungwall notlsf
ddd
run it in the GDB frontend DDD
-m 640
give it enough memory so that new allocates go above the 4 GB barrier.
mungwall
enables memory checks
notlsf
disables TLSF which makes hunting of memory bugs easier.