v0.3.0 (2019-07-28)
Closed issues:
- Debugging TimerOutputs.jl crashes (#62)
- Debugging CSV.jl crashes (#61)
- Enter doesn't take you into the function (#59)
- CodeTracking dependency missing in tagged version (#49)
- Match macro and function names against Debugger.jl (#41)
- Some variables fail to define (#38)
- Metaissue: Gotta go fast (#27)
Merged pull requests:
- Add JuliaCon Talk (#72) (oxinabox)
- Don't store Stepping State or Breakpoint Rules in the context (#67) (oxinabox)
- inline more things (#66) (oxinabox)
- Make @Enter not go into the Debugger source. (#64) (oxinabox)
- test that we need to avoid isdefined before declared (#63) (oxinabox)
- Redo how we decide where am allowed to call do Expr(isdefined) (#57) (oxinabox)
- Rename all the things (#55) (oxinabox)
- New variable tracking method for Much speed (#48) (oxinabox)