continue tracing after spy point

This commit is contained in:
Vitor Santos Costa 2016-05-16 09:22:29 +01:00
parent a72e66d2ae
commit 87e13a9730

View File

@ -847,6 +847,10 @@ be lost.
'$continue_debugging'(zip, _) :- !.
'$continue_debugging'(_, creep) :- !,
'$creep'.
'$continue_debugging'(_, spy) :-
b_getval('$debug_jump',false),
!,
'$creep'.
'$continue_debugging'(fail, _) :- !.
'$continue_debugging'(_, _).