disable debug by default
This commit is contained in:
parent
749e5aaf40
commit
7a32a37ff9
3
term.tal
3
term.tal
|
@ -130,7 +130,7 @@
|
||||||
;meta/name .System/title DEO2
|
;meta/name .System/title DEO2
|
||||||
|
|
||||||
( user configuration defaults )
|
( user configuration defaults )
|
||||||
#01 .debug STZ
|
#00 .debug STZ
|
||||||
#01 .show-banner STZ
|
#01 .show-banner STZ
|
||||||
( #0010 .border-pad STZ2 )
|
( #0010 .border-pad STZ2 )
|
||||||
#0000 .border-pad STZ2
|
#0000 .border-pad STZ2
|
||||||
|
@ -172,7 +172,6 @@
|
||||||
|
|
||||||
@setup-debugging ( -> )
|
@setup-debugging ( -> )
|
||||||
.debug LDZ ?&continue JMP2r &continue
|
.debug LDZ ?&continue JMP2r &continue
|
||||||
( #99 #010e DEO ) ( put 99 in wst so #010e DEO reliably logs )
|
|
||||||
;debug-log .File1/name DEO2
|
;debug-log .File1/name DEO2
|
||||||
#01 .File1/append DEO
|
#01 .File1/append DEO
|
||||||
JMP2r
|
JMP2r
|
||||||
|
|
Loading…
Reference in New Issue