Can I use gdb to skip a line without having to type line numbers?

Viewed 61200

I know I can use jump to set the program counter to a specific line and so I can skip one or more lines (or execute some lines again). Can I easily just skip the next line without having to enter line numbers?

This would be very convenient to "comment out" something at run time.

3 Answers
Related