sark02 wrote:
A feature that's common in microcontrollers and commercial IP cores is a JTAG based debug port. As far as I've seen, none of the open source 6502 cores contain one, so I was wondering: Is there any interest in this area? I often use JTAG based debuggers to single step and debug processor initialization code, setting hardware breakpoints and watchpoints in ROM/flash code, etc.
The experience here is quite broad, so I imagine many have you have also used these. Have you simply found hardware debug unnecessary for the simple 6502, or have you found more effective techniques to debug?
A logic probe is usually sufficient for me. If I suspect a signal quality issue then I'll scope it.