tags:

views:

190

answers:

3

Is there some way to print out all the calls of your function to debug recursive programs?

Thanks.

+5  A: 

Take a look at the TRACE macro.

A: 

TRACE or simple printing instructions.

skypher
A: 

trace is your friend.

Dev er dev