Warning, /acts/Examples/Scripts/GsfDebugger/README.md is written in an unsupported language. File is not indexed.
0001 # GSF Debugger
0002
0003 This is a (not so) tiny tool that should ease inspecting the very complicated GSF logs.
0004 The infrastructure is designed to be generic and extendable, so it should be not too much of an effort to adapt it e.g. to the CKF.
0005
0006 **Important:** This tool is probably quite unstable, especially the log parsing. However, the code is not so complicated, if you encounter problems, just fix the issue :)
0007
0008 ## Usage
0009
0010 The debugger can used with a saved VERBOSE log file of a **single** trackfit:
0011 ```bash
0012 python src/main.py --log=mylog.txt
0013 ```
0014
0015 Another option is to pipe it to the process:
0016 ```bash
0017 ./my_gsf_run_script.sh | python src/main.py
0018 ```
0019
0020 Further options can be found with
0021 ```bash
0022 python src/main.py --help
0023 ```
0024
0025 ## Further reading
0026
0027 See also in the documentation: put-link-here