mirror of
https://github.com/depp/syncfiles.git
synced 2024-11-22 19:30:49 +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
|
||
|
```
|