pushfoo / eightdad

A Chip-8 interpreter in python that may include other tools in the future
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Move breakpoint support into the VM object #64

Open pushfoo opened 4 years ago

pushfoo commented 4 years ago

At the moment, breakpoints are only implemented in the arcade frontend in the update method and constructor, and even then only hackily.

This should be moved or re-implemented in a better way. It's currently in the way of #63 , and will likely be partially torn out for the time being.