Releases: JuliaDebug/Debugger.jl
Releases · JuliaDebug/Debugger.jl
v0.6.7
Debugger v0.6.7
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:
- fix REPL on 1.6 (#272) (@KristofferC)
- MassInstallAction: Install the TagBot workflow on this repository (#279) (@timholy)
v0.6.6
Debugger v0.6.6
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:
- only test LTS and latest release + nightly (#263) (@KristofferC)
v0.6.5
Debugger v0.6.5
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:
- Install TagBot as a GitHub Action (#242) (@JuliaTagBot)
- Fix URL to demo of themes (#245) (@EQt)
- Expand documentation for eval mode (#254) (@timholy)
- allow CodeTracking v1.0 (#257) (@KristofferC)
- Make install code run if users copy and paste (#260) (@clarkfitzg)
- Link to Pkg documentation in Install section (#261) (@clarkfitzg)
v0.6.4
v0.6.4 (2020-01-28)
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
v0.6.3 (2020-01-24)
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
v0.6.2 (2019-09-20)
Closed issues:
- Cannot add breakpoint at function (#219)
Merged pull requests:
- test on 1.3 instead of 1.1 and test windows (#221) (KristofferC)
- Some breakpoint fixes (#220) (KristofferC)
- Local completions (#217) (aviatesk)
v0.6.1
v0.6.1 (2019-09-03)
Closed issues:
Merged pull requests:
- bump version (#216) (KristofferC)
- Fix lowered printing and update stuff for new Highlights.jl (#215) (KristofferC)
- use MonokaiMini theme (#214) (pfitzseb)
- Document
@bp
macro (#209) (antoine-levitt)
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)
v0.5.0
v0.5.0 (2019-05-27)
Closed issues:
Merged pull requests:
- Release 0.5.0 (#183) (KristofferC)
- fix lowered code printing on JuliaInterpreter 0.5.1 (#182) (KristofferC)
- Add a breakpoint UI (#181) (KristofferC)
- add up/down commands (#178) (KristofferC)