加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

ddd调试器中选项说明

发布时间:2020-12-13 22:41:56 所属栏目:百科 来源:网络整理
导读:ddd 参考材料:ddd官方说明文档 program-run: 开始调试程序(run with argument中无需填写函数名,只要其余参数) next:execute the current line print:在debugger console中显示变量 display:在data window中显示变量,并不断刷新 until:针对循环起作

ddd

参考材料:ddd官方说明文档


program->run: 开始调试程序(run with argument中无需填写函数名,只要其余参数)

next:execute the current line

print:在debugger console中显示变量

display:在data window中显示变量,并不断刷新

until:针对循环起作用,一次执行一轮

clear:删除旧的breakpoint

step:进入一个函数观察

status->Backtrace:查看stack frame display 函数调用栈

set:assign a value to a variable

finish:进入一个函数后完成剩余函数部分

context:执行完整个代码剩余的部分

edit:修改代码

program->exit:退出这次ddd过程


lookup:查找标识符的definition

find:查找标识符在文本中出现的位置

Edit->debugger Settings:为debugger设立source path

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读