GDB cheat sheet link is missing
m3moryleak opened this issue · 2 comments
m3moryleak commented
There's a missing link in the section called 1.4. Debugging with GDB , exactly at the title named : Running
The most common breakpoint to set is on main, which we can set with 'break main' or 'b main'. Most GDB commands can be shortened. Check out this cheat sheet for more:
SmoothHacker commented
We'll attach a cheat sheet in a later update.
PinkDraconian commented
Noticed this cheat cheet is still missing.