Skip to content

Debugger 0.3.0

Compare
Choose a tag to compare
@KristofferC KristofferC released this 31 Mar 11:03
· 105 commits to master since this release
3598358
  • 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