debugger improvements

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@309 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2002-01-18 04:24:10 +00:00
parent 35ba78008b
commit 2a156ddf33
2 changed files with 69 additions and 71 deletions

View File

@@ -501,9 +501,9 @@ InitDebug(void)
}
}
#endif
/* Set at half leash */
/* Set at full leash */
At = LookupAtom("$leash");
PutValue(At, MkIntTerm(10));
PutValue(At, MkIntTerm(15));
}
void