Skip to main content

IAR Embedded Workbench for Arm 10.10.x

‑‑launch_file

このセクションの内容:
Syntax
--launch_file {filename|-}
Parameters

filename

The launch configuration JSON file to use.

-

Reads the launch settings from the stdin stream.

For use with

cspybat

Description

Use this option to specify a JSON file that contains one or more launch configurations for C-SPY, or specify that the configuration settings should be read from stdin. Reading the settings from stdin allows you to pipe launches into cspybat from external programs. If the specified JSON file contains more than one launch configuration, you use the option --launch_config to specify which one to read.

The launch configuration is used as a baseline for the debugger setup. You can specify additional options on the command line to override settings provided in the configuration.

See also

‑‑launch_config

注意

Project>Options>Debugger>Debug Launcher>launch.json file