During many, sometimes inundating, debugging sessions using DDD, I stumble upon loops. And I keep pressing next to get past it, and if there are many iterations, I just set a break point right after it, and press “continue.” Is there any other way to go past loops?
During many, sometimes inundating, debugging sessions using DDD, I stumble upon loops. And I
Share
You want the “until” command – see the gdb manual at http://www.gnu.org/software/gdb/documentation: