On Monday, Mar 22, 2004, at 00:01 Europe/London, Paulo Jorge de Oliveira Cantante de Matos wrote:
Hi,
Is there anyway in PolyML to trace function calls?
Have a look at http://www.polyml.org/docs/Debugging.html . You can also interrupt a running program with control-C and get a trace by typing "t" but that shows the optimised stack with any tail recursion removed. Regards, David.