debugging
This commit is contained in:
parent
8d6654d4cf
commit
eee6760f96
@ -1414,6 +1414,7 @@ initialization(_G,_OPT).
|
|||||||
OPT, initialization(G0,OPT)),
|
OPT, initialization(G0,OPT)),
|
||||||
'$yap_strip_module'(G0,M,G1),
|
'$yap_strip_module'(G0,M,G1),
|
||||||
'$expand_term'((M:G1), G),
|
'$expand_term'((M:G1), G),
|
||||||
|
writeln(G),
|
||||||
(
|
(
|
||||||
OPT == now
|
OPT == now
|
||||||
->
|
->
|
||||||
|
@ -924,7 +924,10 @@ be lost.
|
|||||||
|
|
||||||
'$scan_number'(Nb) :-
|
'$scan_number'(Nb) :-
|
||||||
readutil:read_line_to_codes( debugger_input, S),
|
readutil:read_line_to_codes( debugger_input, S),
|
||||||
|
S = [_|_],
|
||||||
|
!,
|
||||||
number_codes(Nb,S).
|
number_codes(Nb,S).
|
||||||
|
'$scan_number'(0).
|
||||||
|
|
||||||
'$print_deb_sterm'(G) :-
|
'$print_deb_sterm'(G) :-
|
||||||
'$get_sterm_list'(L), !,
|
'$get_sterm_list'(L), !,
|
||||||
|
Reference in New Issue
Block a user