将openFOAM编译两个版本(主要是为了让动态库可以debug)其他重要的命令:b postion (加断点可以是文件也可以是函数)delete breakpointId (删除breakpoint)info breakpointinfo sourcewhere (显示现在所在位置(层级关系))list (打印代码)n (next)c (continue)s(step in)fin (返回这一层(函数)并返回值)r (运行)q...