New issue 96: KDevelop does not create breakpoints where requested
https://bitbucket.org/ESDLab/openfcst/issues/96/kdevelop-does-not-create-breakpoints-where
Aslan Kosakian:
KDevelop sometimes moves breakpoints around and does not let create them in certain places. For instance, you cannot create one on line 278 of app\_cathode.cc
`ficks_transport_equation->assemble_cell_matrix(cell_matrices, cell_info, CGDL.get());`
If you put it there and start debugging, the breakpoint will move to cell\_residual. This makes it impossible/difficult to debug certain parts of the code.
This is likely an issue with the debug flags used during compilation.