windelbouwman / ppci

A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
https://ppci.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
337 stars 36 forks source link

RFC: improvements for developer debugging #50

Open windelbouwman opened 4 years ago

windelbouwman commented 4 years ago

I want the debugging reporting to be as good as possible, to save time while debugging.

Current methods which help developers (e.g. myself):

This issue requests ideas on how to improve those outputs.

My current list of improvements:

Other ideas?