mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-10 17:18:35 +08:00
282 B
282 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