syncfiles/convert/README.md
2022-03-23 17:51:55 -04:00

11 lines
173 B
Markdown

# Converter
## Debugging
Tests can be debugged with GDB:
```shell
bazel build -c dbg //src:convert_test
gdb -ex 'dir .' -ex 'cd bazel-bin' bazel-bin/src/convert_test
```