문제

Is there anyway to trace haskell execution step by step? I mean i wanna see every call of function with variable values. Something smilar to prolog trace/guitrace.

도움이 되었습니까?

해결책

The closest I know of today is HTrace which uses indentation to denote call-depth. It's still a far cry away from what you're looking for, but it can be very useful for checking intuition.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top