Dear Wolfgang, Thank you for the reply. Yes. Actually I installed it through Spack. So, now I was just wondering if there is any way to reverse or repair the process?
Best, Behrooz On Wednesday, December 4, 2019 at 3:01:54 AM UTC+1, Wolfgang Bangerth wrote: > > On 12/3/19 3:38 PM, Behrooz Karami wrote: > > > > I am trying to debug Dealii examples in Eclipse. > > > > The project is compiled and run perfectly on its own. > > > > However, when I want to try debugging and following classes and > > functions, it comes across to files that do not exist (at least to me). > > For example it looks for the file tria.cc which does not exist. There > > exists of course tria.H (somewhere else) but not tria.CC. Besides, it > > looks for that in a path and folder which again do not exist! > > In some cases which the file extension is correct (e.g. it is .h) I > > could resolve the issue by giving the file location, however it is not > > convenient to address header files one by one. > > > > Any ideas or suggestions are appreciated. > > How did you install deal.II? If you installed it and then deleted the > source files for deal.II, then necessarily you can't go into them in a > debugger because the executable only records file and line numbers for > each statement you are trying to execute, but there is no way to look up > what the code looked like for these lines. > > So if you want to debug into deal.II classes, you need to have access to > the original source files. That means not deleting the directory in > which deal.II was unpacked and from which it was compiled. I suspect > that at least some of the ways in which we distribute deal.II (via > package managers, spack, and maybe candi) do not preserve the source > files. > > Best > W. > > -- > ------------------------------------------------------------------------ > Wolfgang Bangerth email: [email protected] > <javascript:> > www: http://www.math.colostate.edu/~bangerth/ > -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/563fa563-1e16-43c8-93dc-5f691b4f8ed3%40googlegroups.com.
