mirror of
https://github.com/dvorka/hstr.git
synced 2024-12-29 11:11:32 +08:00
279 B
279 B
IMPLEMENTATION
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