Trace execution/debug the emulator.exe or run without emacs

Emilio Duarte Garcia emilio.duarte.garcia at gmail.com
Wed Jan 18 10:52:24 CET 2006


Hi.

 How I can execute a file foo.oz from console (unix terminal) without run emacs?
 What commands exactly I need to execute from console?

 for example I have the file simple.oz:

 -------- begin simple.oz ---------
 declare X Y Z
 local
    X :: 0#13
    Y :: 1#4
    Z :: 2#3
    {FD.plus X Y Z}
 in
    {Browse [X Y Z]}
 end
 --------- end  simple.oz ----------

 I want to run simple.oz for trace the execution in the emulator.exe with
 gdb or ddd (data display debugger)

 How I can debug or trace the execution of simple.oz inside the emulator.exe?

 Thanks in advance.

 Emilio Duarte Garcia.




More information about the mozart-users mailing list