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
If debugger is open, entering commands into lua console becomes problematic. The console only updates on periodic callbacks, and those don't fire frequently enough if lua console has focus. One has to hover the mouse over MAME or debugger window after every lua command not to have to wait for each command to get processed.
I'm not sure how hard this may be do implement though, it'd have to explicitly connect linenoise to MAME via a callback?