gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how to stop execution in for loop


From: ddd sh
Subject: how to stop execution in for loop
Date: Thu, 6 Sep 2007 17:24:27 +0530

Hi all,


I am working on a c source code nearly 2000 line .  it contains one big  for( i=0; i< 200 ; i++ ) loop of around 600 lines
could any tell me how to  break  the execution of prog    when the  value  of   i  is  50   in for  loop so  that i can  check
inside the loop.



Thanks..


reply via email to

[Prev in Thread] Current Thread [Next in Thread]