2 Commits

Author SHA1 Message Date
Zoltan Somogyi
d72a5652c2 Explicitly turn on echoing, to make sure that the results are the same
Estimated hours taken: 0.1

tests/debugger/loopcheck.{inp,exp}:
	Explicitly turn on echoing, to make sure that the results are the same
	with and without readline.
2000-03-22 04:08:10 +00:00
Zoltan Somogyi
a822f78b3c Add meaningful contexts to the goals inserted into predicates by tabling,
Estimated hours taken: 4

Add meaningful contexts to the goals inserted into predicates by tabling,
for use by the debugger.

compiler/table_gen.m:
	Pass the context of the procedure body through the code, and create
	new goals with this context.

	To make this simpler, switch to consistently using combined predmode
	definitions. In a couple of places, switch to a more reasonable
	argument ordering.

tests/debugger/loopcheck.*
	Copy this test case here from the tabling directory, and execute it
	under mdb, as a regression test.

	The exp2 test case is not final yet.

tests/debugger/Mmakefile:
	Enable the regression test.
1999-12-21 01:23:44 +00:00