Syntax:
debug proc-ID timestep index
Examples:
debug 0 145 7555
Description:
Track the diffusive motion of a single particle on a single processor during a single timestep. This enables a print out of its interactions with regions and triangles for debugging purposes.
To turn off debugging for a subsequent run, set proc-ID to -1.
Restrictions:
In order to use this command, ChemCell must be compiled with this line uncommented at the top of src/move.cpp:
#define DEBUG_MOVE
or with a -DDEBUG_MOVE switch defined in your Makefile.foo.
Related commands:
Default: none