Skip to content

Releases: timholy/Rebugger.jl

v0.3.3

18 Jan 16:45
v0.3.3
515d93c
Compare
Choose a tag to compare

v0.3.3 (2020-01-18)

Diff since v0.3.2

Closed issues:

  • Status of Rebugger on Julia v1.3? (#75)
  • Fail to reproduce the tutorial (#74)
  • Warnings while precompiling (#70)

Merged pull requests:

  • Use path replacement for the UI tests (#77) (timholy)
  • Fix on recent Julia & Revise versions (#76) (timholy)
  • Add UI tests for Julia 1.2 (#72) (timholy)
  • update breakpoint system for new JuliaInterpreter API (#71) (KristofferC)

v0.3.2

27 Apr 17:25
Compare
Choose a tag to compare
Require Julia 1.x

Rebugger 0.3.1

04 Apr 16:40
2652694
Compare
Choose a tag to compare
  • Guard against keymap errors during initialization (#64)
  • Fix code display when there are internal macros (fixes #63) (#65)

Rebugger 0.3.0

20 Mar 22:01
268ac7e
Compare
Choose a tag to compare

This is a major new release.

Highlights:

  • addition of the "interpret" mode
  • use of new Revise extracts many more methods, particular kwarg methods
  • debugging of @evaled and @generated methods
  • minor bug fixes

Support do blocks

09 Jan 15:35
bee5dd4
Compare
Choose a tag to compare
  • Support do blocks (#56)

Rebugger 0.2.1

07 Jan 15:43
Compare
Choose a tag to compare
  • Support stepping in functions annotated by Base.@​propagate_inbounds (#55)

Rebugger 0.2.0

02 Jan 18:14
b84f56a
Compare
Choose a tag to compare
  • update to Revise 1.0
  • switch to Documenter 0.21
  • improve the documentation

Better docs, inlining

27 Dec 11:24
c1b84fa
Compare
Choose a tag to compare
  • Improved documentation (#45, #47, #51, and direct commits)
  • Better handling of inlining in stacktraces (#52)

Updates for changes in Revise

29 Aug 13:44
c5c64e2
Compare
Choose a tag to compare
Merge pull request #38 from timholy/teh/noproj

Remove Project.toml

Provide names for anonymous NamedTuple arguments

24 Aug 13:26
c6379d5
Compare
Choose a tag to compare
Merge pull request #35 from timholy/teh/namedtuple

Generate names for `::NamedTuple` arguments (fixes #34)