fix uninited nb if booting from prolog (obs from nf).

This commit is contained in:
Vítor Manuel de Morais Santos Costa 2010-01-26 12:37:10 +00:00
parent 110f1c7977
commit b94a667972

View File

@ -145,6 +145,7 @@ nospyall.
% debug mode -> debug flag = 1
debug :-
( nb_getval('$spy_gn',L) -> true ; nb_setval('$spy_gn',1) ),
'$start_debugging'(on),
print_message(informational,debug(debug)).