oxinabox / MagneticReadHead.jl

A cassette-based debugger | The Other Debugger
MIT License
50 stars 6 forks source link

Rework logic for controlling what functions get debug instrumentation #26

Open oxinabox opened 5 years ago

oxinabox commented 5 years ago

the nodebug thing feels suboptimal. It may be we end up needing full boolean logic,

but perhaps we actualll just need something like debugwithin which if any are set, only those are instrumented, otherwise everything is.