Title here
Summary here
If you are having trouble and want to debug without writing
(etc) there is a handy helper macro list in
global/src/Debug.hpp
.
For the above example
prints this to the screen:
will result in the following output
will do something like
and
outputs
and
will output
and finally,
will quit (assert(0)
, with “User-forced quit.” output), the 11th time that line is visited.