‑‑launch_file
Syntax
--launch_file {filename|-}Parameters
| The launch configuration JSON file to use. |
| Reads the launch settings from the |
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
注意
Project>Options>Debugger>Debug Launcher>launch.json file