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:
@@ -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) :-
|
||||
|
Reference in New Issue
Block a user