fix debugging
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@157 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
6
C/init.c
6
C/init.c
@@ -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
|
||||
|
Reference in New Issue
Block a user