Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
eric_the_read
10y ago
0 comments
Save
Share
My gdb-fu is weak, but don't you have to have a binary that you're debugging to do that? I'm thinking of this as more of an exploratory thing-- poking around the edges of an API until I feel comfortable enough with it to start writing real code.
0 comments
1 comments · 1 top-level
top
newest
oldest
michaelhoffman
10y ago
Sure, but you could compile:
#include <my_api.h> int main() { return 0; }
j
/
k
navigate · click thread line to collapse