Skip to content

Releases: JuliaDebug/Debugger.jl

Debugger 0.3.0

31 Mar 11:03
3598358
Compare
Choose a tag to compare
  • reexport some more breakpoint functionality (#133)
  • fix printing for the current evaluation level (#142)
  • make fr show the current level by default instead of level 1 (#142)
  • prevent erroring out of debugger on bad input commands (#143)
  • use Base.error_color() in error messages to be consistent with Base for errors (#144)
  • show an error message on empty first command (#149)
  • add an error message if trying to @enter a compiled function (#151)
  • show a stacktrace when breaking on error (#147)
  • add error message when using the macros on invalid expressions

Debugger 0.2.2

21 Mar 14:01
8a64fd8
Compare
Choose a tag to compare
  • Improve error message when julia repl is not loaded (#129)
  • Always show watch entries after watch commands. (#131)
  • Fix evals when the value is a symbols (#128)
  • Fix fr showing the correct frame (#132)
  • Be more resilient against line numbers out of bounds of actual (#126)

Debugger 0.2.1

21 Mar 07:56
79dc17b
Compare
Choose a tag to compare
  • Fixed a bug where line numbers where not shown in backtraces

Debugger 0.2.0

20 Mar 15:53
f178134
Compare
Choose a tag to compare
  • Improve printing of source code (#84, #90, #93, #94, #99, #106, #109, #117)
  • Add support for watch expressions (#49)
  • Add a command o to open a the current location in the editor (#100)
  • Fix bug in f and fr commands (#101, #103)
  • Now use the break_on functionality from JuliaInterpreter for break on error (#104)
  • Add a toggle for running in Compiled mode (#102)
  • Add a toggle for showing lowered code (#117)

Release the Kraken

16 Mar 18:49
4434997
Compare
Choose a tag to compare
Release the Kraken Pre-release
Pre-release
v0.1.0

fix typo