why Lammps (recent version) can not be debuged under eclipse? I am not sure whether it is a bug. I attached two pictures.
Why we use g++4 as a compiler, I just can not find any info from internet.
Thank for your attentions.
there is no problem debugging lammps. you have to make sure that
the -g flag is included when compiling and linking and that the source
directoryis known to the debugger.
g++4 is the same as g++. on older red hat installatiions based
on gcc v3.x, g++4 name is used to have two g++ compilers
installed at the same time.