Solr has the built-in \"Analysis Screen\", which helps to debug the interplay between tokenizers and filters for specific field types:
I've used Inquisitor in the past to test out tokenizers and filters. It sits on top of the Elasticsearch analyze API and can be used from a web front end.
You should also try another plugin called elasticsearch-extended-analyze which returns the same token-level information as the Solr analysis page (though without the web front end).