You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The context menu of the Assembly window or tab has a "Toggle Breakpoint" action which adds/removes any execute or PC breakpoint but there is no action that enables/disables an existing execute or PC breakpoint.
So my request is to add both "Enable Breakpoint" and "Disable Breakpoint" actions to the context menu of the Assembly window or tab.
The "Enable Breakpoint" action appears in the context menu if and only if a disabled breakpoint was right clicked and the "Disable Breakpoint" action appears in the context menu if and only if an enabled breakpoint was right clicked.
Right now enabling/disabling execute or PC breakpoints can be done with both the Breakpoints window or tab and the Lua API but enabling/disabling execute or PC breakpoints with either of them is both less convenient and time consuming especially for Assembly users that use the Assembly window or tab and it's features a lot.
To be able to enable/disable any execute or PC breakpoint with the context menu of the Assembly window or tab as how you already can add/remove execute or PC breakpoints with the "Toggle Breakpoint" action in the context menu of the Assembly window or tab is both much more convenient and time saving.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The context menu of the Assembly window or tab has a "Toggle Breakpoint" action which adds/removes any execute or PC breakpoint but there is no action that enables/disables an existing execute or PC breakpoint.
So my request is to add both "Enable Breakpoint" and "Disable Breakpoint" actions to the context menu of the Assembly window or tab.
The "Enable Breakpoint" action appears in the context menu if and only if a disabled breakpoint was right clicked and the "Disable Breakpoint" action appears in the context menu if and only if an enabled breakpoint was right clicked.
Right now enabling/disabling execute or PC breakpoints can be done with both the Breakpoints window or tab and the Lua API but enabling/disabling execute or PC breakpoints with either of them is both less convenient and time consuming especially for Assembly users that use the Assembly window or tab and it's features a lot.
To be able to enable/disable any execute or PC breakpoint with the context menu of the Assembly window or tab as how you already can add/remove execute or PC breakpoints with the "Toggle Breakpoint" action in the context menu of the Assembly window or tab is both much more convenient and time saving.
Beta Was this translation helpful? Give feedback.
All reactions