fix debugging

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@157 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2001-09-12 15:52:28 +00:00
parent e0ff12da36
commit 8f72bc3c91
7 changed files with 93 additions and 66 deletions

View File

@@ -152,6 +152,12 @@ ext_op attas[attvars_ext+1];
/************** Debugger support ***************************************/
/*
PREG just before we enter $spy. We use that to find out the clause which
was calling the debugged goal.
*/
yamop *P_before_spy;
#ifdef DEBUG
int output_msg = FALSE;
#endif