2014-11-15 14:39 GMT+01:00 Joe Marshall <jmarsh...@alum.mit.edu>: > Trace only works on interpreted procedures. Compiled procedures cannot be > traced. > > Thank you.
How do I debug my own code ? If I call (debug (my-function my-argument)) the debugger says that the object passed as argument to debug is not a condition or a continuation. It proposes a wonderful view (with the break up in subproblems) of the system code, but as for my function it only shows what my function returned. I would love to see the same break up in subproblems on my own code. How can I achieve that ? Thanks P.S. I also tried with calling bkpt in the middle of my code but in that case the debugger shows a window that is not as interactive as the one shown when calling debug directly.
_______________________________________________ MIT-Scheme-devel mailing list MIT-Scheme-devel@gnu.org https://lists.gnu.org/mailman/listinfo/mit-scheme-devel