This shows all details of a non-recursive DNS request (forward and reverse), including delegations and additional answers like glue records:
$ dig -t A +trace marge.fargonauten.de. +all
$ dig -t PTR +trace 100.215.114.217.in-addr.arpa. +all
Very handy in case of broken zones. Use tcpdump to see more details ;-)