by MichelJuillard » Fri May 26, 2006 9:48 am
The parser normally writes a "clear all" at the top of every modfile.mod. This "clear all" resets part of the debug instructions.
In order to avoid it, do
dynare modfile noclearall
instead of
dynare modfile
but be careful of inherited global variables from previous because the memory isn't cleared anymore. If you need to you can do clear all before the dbstop command
Kind regards
Michel