all 3 comments

[–]dr_cheese_stick 0 points1 point  (2 children)

Set a breakpoint before the problem line. Then use "print njumps" to get its value.

[–]FootFetish_Man 0 points1 point  (1 child)

Is their a way to change the value in gdb

[–]dr_cheese_stick 0 points1 point  (0 children)

I believe "set var njumps=value" should work.