mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-07 15:38:02 +08:00
16 lines
463 B
Markdown
16 lines
463 B
Markdown
Implementation
|
|
==============
|
|
Implementation notes:
|
|
|
|
* [Debugging](#debugging)
|
|
* [Unit tests](#unit-tests)
|
|
# Debugging
|
|
Remote debug - gdb server (program is running) + Eclipse debug (debugger w/ code)
|
|
|
|
1. `cd ~/p/hstr/github/hstr/Debug && gdbserver :9999 ./hh`
|
|
1. Eclipse/Debug Configuration/Using GDB Manual Remote Debugger launching|Debugger tab/Connection port: 9999
|
|
|
|
# Unit tests
|
|
HSTR unit tests are written using Unity
|
|
|
|
http://www.throwtheswitch.org/unity/
|