VALINOR(1) | User Commands | VALINOR(1) |
valinor - generate debugger project files, and launch a debugger, to debug an ELF file
valinor [--tool TOOL] [--project-dir PROJECT_DIR] [--no-open] -–target TARGET executable
valinor –-version
valinor is designed to be used as a proxy debug command for yotta targets to provide as their scripts.debug command.
To use valinor to add debug support to a yotta target description, add the following to your target.json file (replacing K64F with the project_generator target ID for the chip/board on your target):
"scripts":{
"debug": ["valinor", "--target", "frdm-k64f", "$program"] }
Upstream bug tracker: https://github.com/ARMmbed/valinor/issues
Copyright (c) 2014-2015 ARM Limited
This manual page is based on the valinor documentation. It was created by Nick Morrott <nickm@debian.org> for the Debian GNU/Linux system, but may be used by others
May 2019 | 1.1.4 |