Update FYI:
After all, it seems like I can make octave debug prompt appear and work
if I set dbstop (or keyboard) and then run e.g.
octave> sweuromodel (i..e as..m file)
instead (i.e. and after)
octave> dynare sweuromodel.mod noclearall cygwin
it looks like running dynare "upsets" switch to octave debug mode
(i.e. same problem occur when running via dynare even if I do not use
use_dll option)
Best
George
On 21/07/2010 09:47, George Perendia wrote:
> HI Sebastien
>
> Thanks for all your answers
>
> Problem is however that each described method of entering debug mode
> results in my prompt and cygwin window freezing and the only thing I
> can do is C-c to exit the Dynare application. I can however make the
> dll print matrices to cout under octave and I can put pause and other
> suitable commands in .m files to pause or control the execution so
> that helps but slows down my debugging.
>
> Best
> George
>
> On 20/07/2010 21:17, Sébastien Villemot wrote:
>> Hi,
>>
>> On Mon, Jul 19, 2010 at 08:11:04PM +0100, George Perendia wrote:
>>> Another issue is that when octave hits dbstop: the prompt and
>>> keyboard freeze at the first line of the file dbstop is set in
>>> without promptimg "debug>" mode (and not at the line I specified
>>> using dbstop<fname>,<lineno>.:
>> I don’t have much experience with debugging under Octave, and I don’t
>> know if
>> it is supposed to behave like MATLAB. I can only point you to the
>> part of
>> Octave manual which deals with debugging :
>>
>> http://www.gnu.org/software/octave/doc/interpreter/Debugging.html
>>
>> Best,
>>
>
>
--
#108: Create an interface for DSGE-Var
--------------------------+-------------------------------------------------
Reporter: sebastien | Owner: sebastien
Type: enhancement | Status: new
Priority: major | Milestone: 4.2
Component: Preprocessor | Version:
Keywords: |
--------------------------+-------------------------------------------------
Needs an option of estimation, which takes a value:
- if the value is numeric, means that the weight of the DSGE prior is
calibrated to that value
- if the value is a string, means that this weight is estimated as this
given parameter
Also needs an option for number of lags.
See: http://www.dynare.org/DynareWiki/DsgeVar
--
Ticket URL: <https://www.dynare.org/trac/ticket/108>
Dynare <http://www.dynare.org>
The Dynare project
#24: Add Markov-Switching
---------------------------+------------------------------------------------
Reporter: sebastien | Owner: houtanb
Type: feature | Status: accepted
Priority: major | Milestone: 4.2
Component: Core M-files | Version:
Resolution: | Keywords:
---------------------------+------------------------------------------------
Comment(by houtanb):
Replying to [comment:1 sebastien]:
> Note: the SWZ build system currently works on Linux and MacOS, but not
Cygwin. The problem has to do with the GSL whichs creates conflicts with
MATLAB libraries.
>
Ported to mex and made to work on Mac and Linux in commits between
ac0f324d6fc73e281d46775c231f9bc0f21dc99e
and
359b90d4fcd9a08ddc12524724b76d0fa6e202c6
--
Ticket URL: <https://www.dynare.org/trac/ticket/24#comment:3>
Dynare <http://www.dynare.org>
The Dynare project