Hi,
I have noticed that in leksah 0.12.1.3 (in ubuntu), if you have a series of nested functions and you put a breakpoint in a function which is not on the "top level", then in the "Trace" window one can only see the function which contains the breakpoint, and not all the other "higher level" functions which led to the call of this particular function.
Is there any way of seeing this heirarchy of function calls?
p.s. link by Simon Marlow ;
Thanks