Debugger.jl icon indicating copy to clipboard operation
Debugger.jl copied to clipboard

`bp add` crashes Debugger

Open staticfloat opened this issue 5 years ago • 0 comments

1|debug> bp add
ERROR: MethodError: no method matching (::Debugger.var"#bp_error#55")()
Closest candidates are:
  bp_error(::Any) at /Users/sabae/.julia/packages/Debugger/eTh3Q/src/breakpoints.jl:30

I'm guessing this should probably just print out the breakpoint help.

staticfloat avatar Apr 01 '20 19:04 staticfloat