mirror of
https://github.com/depp/syncfiles.git
synced 2024-11-22 03:30:57 +00:00
11 lines
173 B
Markdown
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
|
|
```
|