MBS FileMaker Plugin 13.2 development

hi @MonkeybreadSoftware

Perhaps a late request for the next version but was wondering if the following was possible:

So often when developing you want to just open a script to edit which is attached to a button. There's 2 ways:

  1. Go to layout mode, click button, click script name, edit (though this is modal and not ideal).
  2. Turn on debugger, click button, step into script, edit script, kill script execution, close debugger (4+ steps!)

What I was hoping is a shortcut for the second option

When debugger opens I see you can add your own buttons into this UI. Could there be some kind of edit button here, which basically shortcuts the following:

  1. Step into script (F6)
  2. Click edit script (cmd+F10)
  3. Terminate running script cmd+F8
    3 (optionally just turn off debugger, I know there is no shortcut for this by default, though I have my own custom one added to the prefs file).

Even the first 3 steps would be nice. My ultimate dream would be a single click to open a script attached to any button while in browse mode (obviously a developer only tool).