Skip to content

Support removing breakpoints by location#407

Merged
KristofferC merged 1 commit into
masterfrom
kc/bp-rm-location
Jul 18, 2026
Merged

Support removing breakpoints by location#407
KristofferC merged 1 commit into
masterfrom
kc/bp-rm-location

Conversation

@KristofferC

Copy link
Copy Markdown
Member

Adds location-based removal alongside the existing index-based form:

  • bp rm "file.jl":line removes file breakpoints at that location (matching the same way breakpoints are added, including partial path matches)
  • bp rm func removes all breakpoints for a function/type
  • bp rm func:line removes only the one at the given line

Documented in the README and the in-REPL help, with tests.

Fixes #375

🤖 Generated with Claude Code

…`bp rm func[:line]` (#375)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@KristofferC
KristofferC merged commit 2da4628 into master Jul 18, 2026
12 checks passed
@KristofferC
KristofferC deleted the kc/bp-rm-location branch July 18, 2026 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

How can I remove a breakpoint at a specified line number instead of by breakpoint index?

1 participant