JuliaDebug / Debugger.jl

Julia debugger
MIT License
470 stars 43 forks source link

add ability to add breakpoint "here" #330

Open oscardssmith opened 1 year ago

oscardssmith commented 1 year ago

For code that is transofrmed by a marco, there sometimes isn't line information which makes it impossible to add a breakpoint. The ability to add a breakpoint to the current state would let you better debug this type of code.