debugger fixes:

fix $execute0 and $call: they should be handled explicitely
fix missing ! for builtins in debugger meta-call
This commit is contained in:
Vítor Santos Costa
2008-09-23 22:50:25 +01:00
parent 1e8de3f86c
commit ebbefd71ce
2 changed files with 11 additions and 6 deletions

View File

@@ -463,7 +463,7 @@ debugging :-
'$execute_nonstop'(G,M).
'$spycall'(G, M, _, _) :-
'$system_predicate'(G,M),
\+ '$is_metapredicate'(G,M),
\+ '$is_metapredicate'(G,M), !,
'$execute'(M:G).
'$spycall'(G, M, _, _) :-
'$tabled_predicate'(G,M),