I typed `help` while I was in the GDB but didn't find anything about step-into, step-over and step-out. I put a breakpoint in an Assembly program in `_start` (`break _start`). Afterwards I typed `next` and it finished the debugging. I guess it was because it finished `_start` and didn't ***step-into*** as I wanted. Anyone that can help?