In Prolog you can activate trace mode for debugging. Apparently there is no such thing in ML. Is there at least a exit()
or abort()
? A sleep()
would also be useful to approximate trace mode from Prolog, when combined with debug print statements.
Asked
Active
Viewed 241 times
1

lo tolmencre
- 3,804
- 3
- 30
- 60
-
3Maybe not exactly a duplicate, but this question seems relevant: http://stackoverflow.com/q/764362/4996248 – John Coleman Apr 22 '16 at 21:06