Skip to content

Tags: JuliaDebug/Debugger.jl

Tags

v0.7.8

Toggle v0.7.8's commit message
[Diff since v0.7.7](v0.7.7...v0.7.8)

**Merged pull requests:**
- Add :sr command to step until next return. (#325) (@fredrikekre)

v0.7.7

Toggle v0.7.7's commit message
[Diff since v0.7.6](v0.7.6...v0.7.7)

**Closed issues:**
- `bp add` crashes Debugger (#248)
- Debugger will crash when the `show` method throw an exception. (#293)
- Breakpoint skipped when set on function (#297)
- Error in status print (#315)
- Debugger throws TypeError but function doesn't (#316)
- Error when debugging function with log statement (#318)
- debug hangs when debug code with Mnist dataset (#319)
- Error trying to debug callable struct function (#321)

**Merged pull requests:**
- Fix markdown list formatting in help output. (#320) (@fredrikekre)
- Try to give a better location for Cassette-like transforms (#324) (@Keno)

v0.7.6

Toggle v0.7.6's commit message
[Diff since v0.7.5](v0.7.5...v0.7.6)

**Closed issues:**
- Adding breakpoint for function in module does not seem to work (#311)

**Merged pull requests:**
- allow breaking on constructors (#312) (@KristofferC)

v0.7.5

Toggle v0.7.5's commit message
[Diff since v0.7.4](v0.7.4...v0.7.5)

**Merged pull requests:**
- add support for stepping into the last line of a call (#310) (@KristofferC)

v0.7.4

Toggle v0.7.4's commit message
[Diff since v0.7.3](v0.7.3...v0.7.4)

**Merged pull requests:**
- fix `defline` when method start is unknown (#307) (@KristofferC)

v0.7.3

Toggle v0.7.3's commit message
[Diff since v0.7.2](v0.7.2...v0.7.3)

**Merged pull requests:**
- CompatHelper: bump compat for Highlights to 0.5, (keep existing compat) (#302) (@github-actions[bot])
- Some printing fixes (#306) (@KristofferC)

v0.7.2

Toggle v0.7.2's commit message
[Diff since v0.7.1](v0.7.1...v0.7.2)

**Merged pull requests:**
- update compat (#305) (@KristofferC)

v0.7.1

Toggle v0.7.1's commit message
[Diff since v0.7.0](v0.7.0...v0.7.1)

**Closed issues:**
- Message "failed to highlight code" in every step after @Enter (#303)

**Merged pull requests:**
- fix Crayon breakage (#304) (@KristofferC)

v0.7.0

Toggle v0.7.0's commit message
[Diff since v0.6.8](v0.6.8...v0.7.0)

**Closed issues:**
- Debugger will crash when the `show` method throw an exception. (#294)
- Stepping into a @generated function causes an exception to be thrown. (#295)
- copy_codeinfo removed (#299)

**Merged pull requests:**
- compat: JuliaInterpreter 0.9 (#300) (@pfitzseb)
- add GHA CI (#301) (@KristofferC)

v0.6.8

Toggle v0.6.8's commit message
[Diff since v0.6.7](v0.6.7...v0.6.8)

**Closed issues:**
- Normalize user input (#235)
- REPL needs fixing on 1.6 (#271)
- Debugger does not break on @bp when using threads (#273)
- Not proper syntax (#274)
- Error in the keymap (#281)
- Regression displaying help (#287)
- Fail to hightlight code (#288)
- Regression on Julia 1.6: "About to run: return _J4" (#290)

**Merged pull requests:**
- Normalize whitespaces in user input (#267) (@AliMalik9599)
- update to test on 1.6 (#285) (@KristofferC)
- Filter invalid characters in repr_limited (#289) (@pfitzseb)