continue tracing after spy point
This commit is contained in:
parent
a72e66d2ae
commit
87e13a9730
@ -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'(_, _).
|
||||
|
||||
|
Reference in New Issue
Block a user