cutter icon indicating copy to clipboard operation
cutter copied to clipboard

Can not add/remove breakpoints with context menu or F2 hotkey

Open FalcoGer opened this issue 3 years ago • 0 comments

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:

  1. Open file
  2. Select code with mouse
  3. press F2

Expected behavior

Breakpoint is created/deleted

Screenshots

N/A

Additional context

N/A

FalcoGer avatar Jan 18 '22 23:01 FalcoGer