I modified those.
sorce:breadcrumb-navxt
method:find_posttypes
line:731
global $wp_post_types
modified to
global $wp_post_types, $wp_taxonomies;
line:740
if(!array_key_exists('post_' . $post_type->name . '_anchor', $this->opt))
modified to
if(!array_key_exists('post_' . $post_type->name . '_anchor', $opts))