Debugging operation demonstrate with simple and sample example.
You need g++ or gcc compilers you could find with googling OS based.
$ make
$ make debug
$ make debugFMM
$ make DBG=1
$ make clean
there will be output like this:
debug tanimli
debugging
there will be output like this :
DEBUGFMM tanimli
debugging
there will be output like this :
DBG tanimli
debugging
there will be output like this :
debugging
there will be output like this :
Clean done.