mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-18 04:47:52 +08:00
10 lines
356 B
Markdown
10 lines
356 B
Markdown
IMPLEMENTATION
|
|
==============
|
|
|
|
Eclipse:
|
|
* "Type 'bool' could not be resolved" - Index -> Freshen All Files
|
|
|
|
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
|