hstr/doc/CODE.md

9 lines
280 B
Markdown
Raw Normal View History

IMPLEMENTATION
==============
Remote debug:
2018-08-11 14:37:17 +08:00
* 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