hstr/doc/CODE.md
2018-08-13 17:02:53 +02:00

463 B

Implementation

Implementation notes:

Debugging

Remote debug - gdb server (program is running) + Eclipse debug (debugger w/ code)

  1. cd ~/p/hstr/github/hstr/Debug && gdbserver :9999 ./hh
  2. 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/