guyinatuxedo/nightmare

GDB cheat sheet link is missing

m3moryleak opened this issue · 2 comments

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:

We'll attach a cheat sheet in a later update.

Noticed this cheat cheet is still missing.