⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dotrace.prg

📁 用汇编语言或高级语言编写的源程序翻译成机器可执行的机器语言程序的工具称为“语言处理程序.
💻 PRG
字号:
procedure temptrac
parameter dodebug
push key clear
wait window "Escape and function keys are disabled while trace window is opened" timeout 2
_throttle = .10
if dodebug = 1
	activate window debug
	activate window trace
	play macro debugit
	suspend
else
	activate window trace
endif

for counter = 1 to 10
	testnum1 = counter * 3
	looptalk = "This small routine"
	looptalk = "demonstrates using"
	looptalk = "trace and debug"
	testnum2 = counter/2
endfor

release window trace
if dodebug = 1
	release window debug
endif
pop key

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -