Skip to content

v0.6.3

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 24 Jan 19:09
· 58 commits to master since this release
v0.6.3
20c9bfc

v0.6.3 (2020-01-24)

Diff since v0.6.2

Closed issues:

  • Breakpoint AssertionError (#239)
  • Where can I find the JuliaDebug logo (#238)
  • Mismatch between ip and lowered code (#228)
  • TableReader precompile fails on 1.3.0-rc3 on Windows (#227)
  • Debugger crashes after ambiguous type conversion error... (#225)
  • Automatically wrap expression passed to @Enter in a function? (#222)
  • Debugger crash (#210)

Merged pull requests:

  • go to next call if we stopped at a breakpoint before anything (#240) (KristofferC)
  • update tests for 1.3 (#232) (KristofferC)
  • Automatically wrap code in at-enter/run macros (#223) (tkf)