Launch the Debugger from the Command Line
You can quickly launch the Efinity Debugger GUI from the command line using the efinity_dbg.sh script.
efinity_dbg.sh [--help] [--project_home PROJECT_HOME] [--cls {DbgGui}]
[--profile_file PROFILE_FILE] [--no-save] [--device DEVICE] [--family FAMILY]
Note: Use efinity_dbg.bat to run the
efinity_dbg.sh script in the Windows Command Prompt.
| Option (Long) | Option (Short) | Input | Description |
|---|---|---|---|
| --help | -h | None | Show help. |
| --project_home | N/A | File path | Path of the project directory when starting the Debugger GUI from the Efinity GUI. In standalone mode, the debug profile JSON will be saved in the current directory. |
| --cls | N/A | DbgGui | Class for main GUI to launch. Default: DbgGui |
| --profile_file | N/A | Filename | Debug profile JSON file. |
| --no_save | N/A | None | Do not save the debug profile when quit. |
| --device | N/A | Device name | Device name as per the Efinity project. |
| --family | N/A | Family name | Device family. |