How to Debug COOLFluiD Solver
Using GDB - the Gnu Debugger
If you are trying to follow the program flow and evaluate variable values as you go along, using GDB might be a pretty good idea.
But since COOLFluiD is compiled in a multiple dir structure, and some files share the same name, sometimes the debugger cannot find the correct source file.
To solve this, the coolfluid.pl script can be used with the --debug option.
./coolfluid.pl --debug -- --scase path/to/testcases/whatever/test.CFcase
