stm32_send_ide_shortcut
Send Eclipse keyboard shortcuts to STM32CubeIDE to trigger build, debug, run, step, resume, terminate, save, or open-resource actions via GUI automation.
Instructions
Sends Eclipse keyboard shortcuts directly to the STM32CubeIDE window.
Supported actions:
'build': Build active project (Ctrl+B / Cmd+B)
'debug': Start debug session (F11)
'run': Run target (Ctrl+F11)
'step_into': Debug step into (F5)
'step_over': Debug step over (F6)
'step_return': Debug step return (F7)
'resume': Debug resume execution (F8)
'terminate': Stop/terminate debug (Ctrl+F2)
'save_all': Save all open files (Ctrl+Shift+S)
'open_resource': Open resource dialog (Ctrl+Shift+R)
'quick_access': Focus Quick Access bar (Ctrl+3)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |