Skip to content

Commit

Permalink
continue tracing after spy point
Browse files Browse the repository at this point in the history
  • Loading branch information
vscosta committed May 16, 2016
1 parent a72e66d commit 87e13a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pl/debug.yap
Original file line number Diff line number Diff line change
Expand Up @@ -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'(_, _).

Expand Down

0 comments on commit 87e13a9

Please sign in to comment.