These properties are applicable to Executable and Externally Built Executable project types.

Target Options

Property Type Save Name Description
Attach Script String target_attach_script The script that is executed when the debugger attaches to the target.
Reset Script String target_reset_script The script that is executed when the target is reset. This script is typically responsible for resetting the target and configuring memory.
Run Script String target_run_script The script that is executed when the target is released into run state. This script is typically responsible for re-enabling caches previously disabled by the stop script.
Stop Script String target_stop_script The script that is executed when the target enters debug state. This script is typically responsible for disabling or flushing caches.