oxinabox / MagneticReadHead.jl

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

Stop trackinmg is defined stutus of breakpoints we are not going to hit #76

Open oxinabox opened 5 years ago

oxinabox commented 5 years ago

74 left some performance on the table.

We can Not track isdefined status on IR statements that we are not going toinstrument. (SInce we only instrument the ones that change lines)

Alt: we can start allowing per IR Statement stepping/breakpoints.