mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-06 07:01:44 +08:00
463 B
463 B
Implementation
Implementation notes:
Debugging
Remote debug - gdb server (program is running) + Eclipse debug (debugger w/ code)
cd ~/p/hstr/github/hstr/Debug && gdbserver :9999 ./hh
- Eclipse/Debug Configuration/Using GDB Manual Remote Debugger launching|Debugger tab/Connection port: 9999
Unit tests
HSTR unit tests are written using Unity