mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-10 17:18:35 +08:00
559 B
559 B
Developer Documentation
Table of Contents
Debugging
Remote debug - gdb server (program is running) + Eclipse debug (debugger w/ code)
cd ~/p/hstr/github/hstr/Debug && gdbserver :9999 ./hstr
- Eclipse/Debug Configuration/Using GDB Manual Remote Debugger launching|Debugger tab/Connection port: 9999
Unit tests
HSTR unit tests are written using Unity. To run and manage unit test use scripts located in:
build/test-*.sh