In eclipse CDT, is there a way to find the loop statement associated with a break (or continue) statement?

后端 未结 0 1560
春和景丽
春和景丽 2021-01-03 10:44

I have some "complicated" C code that has multiple nested for and while loops as well as nested if statements. Within the loops, there are break statements buried

相关标签:
回答
  • 消灭零回复
提交回复
热议问题