Can't toggle breakpoint #10283
Unanswered
flippette
asked this question in
Troubleshooting
Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
It's strange that neither Space d b nor the command palette work, but clicking the gutter does. The visual difference isn't a big issue I think, depending on the terminal emulator (and maybe font?) some glyphs are drawn two cells wide. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I can't toggle breakpoints in any file with space-d-b. Launch (space-d-l) works fine though.
Reproduction Steps
I tried this:
hx file.rs
space-d-b
I expected this to happen:
The line has a breakpoint annotation beside it.
Instead, this happened:
Nothing happens.
Helix log
I deleted the log file hoping for it to fill up, nothing shows up.
Platform
Arch Linux
Terminal Emulator
kitty 0.26.4
Helix Version
helix 22.08.1
Beta Was this translation helpful? Give feedback.
All reactions