fortran语法结构和C有所不同,fortran程序用GDB调试时,条件断点设置方式为

b 234 if (a.eq.1)

b 234 if (a.gt.1)&&(b.lt.3)