From bb0de79a3a855de73699497cd4a0054cbd90631d Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Thu, 10 Mar 2016 19:13:30 +1100 Subject: To ArBee with love Add common debugger commands to global menu bar [Vas Crabb] Also fix occasional crash in Copy Visible Note that copy visible, paste, toggle breakpoint, and view options still require you to use context menus in windows Debug/Run menus only work when a debugger window has focus, so Break is less useful than it could be Hope this is at least a slight improvement for you, ArBee --- src/osd/modules/debugger/osx/debugwindowhandler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/osd/modules/debugger/osx/debugwindowhandler.h') diff --git a/src/osd/modules/debugger/osx/debugwindowhandler.h b/src/osd/modules/debugger/osx/debugwindowhandler.h index e8d2d6eb08d..0fc40d9eb64 100644 --- a/src/osd/modules/debugger/osx/debugwindowhandler.h +++ b/src/osd/modules/debugger/osx/debugwindowhandler.h @@ -38,6 +38,7 @@ extern NSString *const MAMEAuxiliaryDebugWindowWillCloseNotification; - (void)activate; +- (IBAction)debugBreak:(id)sender; - (IBAction)debugRun:(id)sender; - (IBAction)debugRunAndHide:(id)sender; - (IBAction)debugRunToNextCPU:(id)sender; -- cgit v1.2.3-70-g09d2