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

@@ -404,7 +404,7 @@ debugging :-
%
'$spycall'(G, M, _) :-
( '$access_yap_flags'(10,0);
'$system_predicate'(G,M), \+ '$meta_predicate'(G,M)
'$system_predicate'(G,M), \+ '$is_metapredicate'(G,M)
), !,
'$execute_nonstop'(G, M).
'$spycall'(G, M, InControl) :-