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

Move breakpoint manipulations behind a Breakpoint module?

Open KristofferC opened this issue 6 years ago • 1 comments

Every time I write remove() or disable() I cringe a little bit with how generic these names are and how we claim them in global scope. I would personally prefer Breakpoints.remove(). We could still export breakpoint @bp etc (and the Breakpoints module).

KristofferC avatar May 06 '19 14:05 KristofferC

IIRC originally I had an exported remove(bp::BreakpointRef) and an unexported Breakpoints.remove(). But I thought folks disliked that?

timholy avatar May 06 '19 18:05 timholy