I wasn't aware of that. Will give it a try and report. When I have time, I will create a wiki-page, where we can enter all possible debug-methods.
As in the restricted world of the attinys the debug-method needs to use as much, as the main program is using.
So if your main application uses soft-serial, thats your debug way, if you have an lcd-shield connected, use that.
In each case additional libraries are worse.
In my example the single-direction serial would also not help, as I have no free pin! LCD does not work, as I have to see all debug messages after doing some experiments at the other end, where I can't watch the LCD all the time.
For some cases I helped myself, writing some debug values in the eeprom and outputting that after my tests, when I could free up some pins.
regards
gogol