compact source mode.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@934 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -393,16 +393,11 @@ debugging :-
|
||||
'$execute0'(G, M).
|
||||
'$spycall'(G,M) :-
|
||||
'$flags'(G,M,F,F),
|
||||
F /\ 16'2008 =\= 0, !, % dynamic procedure, or logical semantics
|
||||
F /\ 16'402008 =\= 0, !, % dynamic procedure, logical semantics, or source
|
||||
% use the interpreter
|
||||
'$clause'(G, M, Cl),
|
||||
CP is '$last_choice_pt',
|
||||
'$do_spy'(Cl, M, CP).
|
||||
'$spycall'(G,M) :-
|
||||
'$some_recordedp'(M:G), !,
|
||||
'$clause'(G, M, Cl),
|
||||
CP is '$last_choice_pt',
|
||||
'$do_spy'(Cl, M, CP).
|
||||
'$spycall'(G,M) :-
|
||||
'$continue_debugging',
|
||||
'$execute0'(G, M).
|
||||
|
Reference in New Issue
Block a user