cutter
cutter copied to clipboard
Can not add/remove breakpoints with context menu or F2 hotkey
Environment information
- Operating System: ubuntu 20.04
- Cutter version: 2.0.5 (75c334596ebbac9edac5a43f91a9577caa12d529 (dev))
- Obtained from:
- [x] Built from source
- [ ] Downloaded release from Cutter website or GitHub
- [ ] Distribution repository
- File format:
- Arch: x64
- Type: ELF
Describe the bug
- Pressing F2 does not create or delete a breakpoint.
- Using right mouse button -> breakpoints -> add breakpoints doesn't create breakpoint
- Pressing delete breakpoint button in the breakpoint window/tab does not delete the breakpoint
- Using right mouse button -> breakpoints -> delete breakpoint doesn't remove breakpoint
But:
- Adding advanced breakpoint works both with the add breakpoint button in the breakpoints window/tab and context menu
- Adding/removing breakpoint via rizin console works, but will only update graph/disassembly with breakpoint highlight after scrolling or otherwise making the thing update.
To Reproduce
Steps to reproduce the behavior:
- Open file
- Select code with mouse
- press F2
Expected behavior
Breakpoint is created/deleted
Screenshots
N/A
Additional context
N/A