v0.6.0
v0.6.0 (2019-08-20)
Closed issues:
- no method matching (::Colon)(::Int64, ::QuoteNode) (#205)
- Unhandled error: bp add module (#200)
- Adding breakpoints to non-exports (#199)
- Code highlighting broken on master (#193)
- Incredibly Slow Dictionary Lookup when Debugging (#192)
- Error (Ptr) (#191)
- Slot objects should not occur in an AST (#188)
- Fails on master (#187)
- Fashion the commands after gdb? (#186)
- Where is the setting of breakpoints? (#184)
- Introducing local variables in a context fails (#179)
- Evaluation fails if local variable is captured (#177)
- 'using Debugger' throws: Precompiling Debugger ERROR: LoadError: Failed to precompile DocStringExtensions (#173)
- Method signature is printed weirdly inside keyword calls (#113)
- Breakpoint symbol looks bad in some terminals (#98)
- Ideas for an in debug mode interface to adding breakpoints (#59)
Merged pull requests:
- document conditional breakpoint interface (#208) (KristofferC)
- fix printing of methods when they have keywords (#207) (KristofferC)
- change back test (#206) (KristofferC)
- update to JuliaInterpreter 0.7 (#204) (KristofferC)
- fixes for changes on Julia master (#203) (KristofferC)
- Breakpoint fixes (#202) (KristofferC)
- update highlights (#201) (KristofferC)
- Remove additional backtick (#197) (SyxP)
- test on 1.2 as well (#196) (KristofferC)
- Switch meaning of
up
/down
to better match other debuggers (#195) (staticfloat) - test on 1.2 (#194) (KristofferC)
- fix eval_code for multiple statements on line (#189) (pfitzseb)