Releases: JuliaDebug/Debugger.jl
Releases · JuliaDebug/Debugger.jl
Debugger 0.3.0
- 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
Debugger 0.2.1
- Fixed a bug where line numbers where not shown in backtraces
Debugger 0.2.0
- 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
andfr
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
v0.1.0 fix typo