in DDD (gdb) how to skip passed loops
        Posted  
        
            by Andrei 
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Andrei 
        
        
        
        Published on 2010-03-12T19:26:09Z
        Indexed on 
            2010/03/12
            19:27 UTC
        
        
        Read the original article
        Hit count: 690
        
During many, sometimes inundating, debugging sessions using DDD, I stumble upon loops. And I keep pressing next to get passed 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 passed loops?
Thanks
© Stack Overflow or respective owner