Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ignore_ctrl_c

This field controls whether Ctrl+C (SIGINT) signals are ignored during task execution.

Possible values: [true, false]. Defaults to false.

This is useful for tasks that run interactive programs which handle Ctrl+C themselves, such as debuggers or serial monitors.

Example:

    tasks:
      debug:
        ignore_ctrl_c: true
        cmd:
          - gdb ${out}