1 static int static_value
= 0;
6 static_value
++; // Stop inside the function here.
10 int second_function(int x
){
11 for(int i
=0; i
<10; ++i
) {
17 int main (int argc
, char const *argv
[])
19 a_function_to_call(); // Set a breakpoint here to get started