debugger was making predicates meta instead of testing

fix handling of dbrefs in facts and in subarguments.


git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1287 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2005-05-12 03:36:33 +00:00
parent d4d3a14c7a
commit 0b420f5493
6 changed files with 30 additions and 13 deletions

View File

@@ -5600,7 +5600,7 @@ once_with_alarm(Time,Goal,DoOnAlarm) :-
execute_once_with_alarm(Time, Goal) :-
alarm(Time, alarm, _),
( call(Goal) -> alarm(0, alarm, _) ; alarm(0, alarm, _)).
( call(Goal) -> alarm(0, alarm, _) ; alarm(0, alarm, _), fail).
@end example
The procedure has three arguments: the @var{Time} before the alarm is