From 242083e980a0c80da65dcd15840845b7aacb8f75 Mon Sep 17 00:00:00 2001 From: vsc Date: Thu, 1 Jul 2004 18:56:23 +0000 Subject: [PATCH] Another debugger debugging fix git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1087 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- pl/debug.yap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pl/debug.yap b/pl/debug.yap index f650f0ce3..71a2126de 100644 --- a/pl/debug.yap +++ b/pl/debug.yap @@ -553,7 +553,7 @@ debugging :- fail. % if we are in the interpreter, don't need to care about forcing a trace, do we? -'$continue_debugging'(yes) :- !. +'$continue_debugging'(no) :- !. '$continue_debugging'(_) :- '$access_yap_flags'(10,1), !, '$creep'.