These last days I've actually implemented the things I wanted to do since a while in my 6502 debugger, and it now counts cycles with page-crossing penalties, resolves y-indirect "($nn), y" memory accesses, warns me when a function returns with a stack imbalance.
It can now also exclude files or segments from the symbol-resolving, which is good when your projects have nine opponents sharing the same segment at different times.
I'm impatient to use all that extra help on my next project!
#RetroComputing #AppleII