Ignore:
Timestamp:
Apr 21, 2026, 11:04:26 AM (6 days ago)
Author:
chronos
Message:
  • Added: Implemented breakpoints and run to cursor action.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormDisassembler.lfm

    r11 r12  
    4949  end
    5050  object PopupMenu1: TPopupMenu
    51     Left = 433
    52     Top = 343
     51    OnPopup = PopupMenu1Popup
     52    Left = 440
     53    Top = 352
    5354    object MenuItemSetAddress: TMenuItem
    5455      Caption = 'Set PC to address'
    5556      OnClick = MenuItemSetAddressClick
    5657    end
     58    object MenuItemAddBreakPoint: TMenuItem
     59      Caption = 'Add break point'
     60      OnClick = MenuItemAddBreakPointClick
     61    end
     62    object MenuItemRemoveBreakPoint: TMenuItem
     63      Caption = 'Remove break point'
     64      OnClick = MenuItemRemoveBreakPointClick
     65    end
    5766  end
    5867end
Note: See TracChangeset for help on using the changeset viewer.