I'm using the built-in Joomla! breadcrumb module, but nothing shows up but "Home" on all my pages.
I looked @ the internals of the module, and inside /modules/mod_breadcrumbs/helper.php
$pathway = &$mainframe->getPathway();
$items = $pathway->getPathWay();
When I do a print_r on $items, the only thing in the array is "Home". My menus and sub-menus work fine, my urls show up as http://foobar.com/foo/bar