Skip to content

Releases: JuliaDebug/Debugger.jl

v0.6.7

21 Jan 15:45
85f550e
Compare
Choose a tag to compare

Debugger v0.6.7

Diff since v0.6.6

Closed issues:

  • Different behavior in debugger (#275)
  • stills errors on @info (#276)
  • @bp doesn't work when it is the first line of the first function (#277)
  • Any plans to build something for jupyter qtconsole? (#278)
  • local variables of loops are retained in subsequent iterations (#282)

Merged pull requests:

v0.6.6

08 Sep 12:22
3213bc3
Compare
Choose a tag to compare

Debugger v0.6.6

Diff since v0.6.5

Closed issues:

  • narrative style user docs (#262)
  • Debugger crash while stepping over Zygote code (#264)
  • debugger with imported modules (#265)
  • "failed to lookup source code" with keyword argument that is not first function in file (#268)

Merged pull requests:

v0.6.5

25 Jun 14:09
158fde6
Compare
Choose a tag to compare

Debugger v0.6.5

Diff since v0.6.4

Closed issues:

  • Debugger "failed to lookup source code" when function defined within function (#230)
  • Debugger.jl halted on the line of JSON.parse() (#243)
  • Document switching between repl modes (#244)
  • ERROR: TypeError: in cglobal, expected Symbol, got JuliaInterpreter.SSAValue (#246)
  • kwargs interfering with bp add (#247)
  • Debugging inside map closures (#250)
  • How to enter debug mode again after changing a variable in REPL? (#253)
  • varinfo doesn't list local variables while debugging (#256)
  • Declaring new variables in "evaluation mode"? (#258)
  • Clear watch list between debug sessions? (#259)

Merged pull requests:

v0.6.4

28 Jan 16:57
v0.6.4
bb9c560
Compare
Choose a tag to compare

v0.6.4 (2020-01-28)

Diff since v0.6.3

Closed issues:

  • Debugger hangs on very large arrays (#236)

Merged pull requests:

  • make a custom io that throws when too much been written to it (#241) (KristofferC)

v0.6.3

24 Jan 19:09
v0.6.3
20c9bfc
Compare
Choose a tag to compare

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)

v0.6.2

21 Sep 17:32
v0.6.2
beddd2d
Compare
Choose a tag to compare

v0.6.2 (2019-09-20)

Diff since v0.6.1

Closed issues:

  • Cannot add breakpoint at function (#219)

Merged pull requests:

v0.6.1

03 Sep 08:19
v0.6.1
8762911
Compare
Choose a tag to compare

v0.6.1 (2019-09-03)

Diff since v0.6.0

Closed issues:

  • Debugger Crash (#213)
  • Stepping through lowered code shows the wrong line (#211)

Merged pull requests:

v0.6.0

20 Aug 13:03
v0.6.0
cbb3453
Compare
Choose a tag to compare

v0.6.0 (2019-08-20)

Diff since v0.5.0

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:

v0.5.0

28 May 09:39
v0.5.0
Compare
Choose a tag to compare

v0.5.0 (2019-05-27)

Diff since v0.4.0

Closed issues:

  • StatsModels not accessible (#180)
  • Add up/down commands to navigate the stack frame (#176)

Merged pull requests:

Debugger 0.4.0

10 Apr 10:15
Compare
Choose a tag to compare
  • fix for bad line info for certain statements (#158)
  • use CodeTracking for source lookup (#160)
  • make robust against failures in code highlighting (#164)
  • fix printing for calling Core._apply (#166)
  • implement until (#169)
  • add a shortcut to change the number of source code shown (#171)