eclipse调试以及step into step over step return区别.docx

上传人:小飞机 文档编号:3060715 上传时间:2023-03-10 格式:DOCX 页数:3 大小:37.32KB
返回 下载 相关 举报
eclipse调试以及step into step over step return区别.docx_第1页
第1页 / 共3页
eclipse调试以及step into step over step return区别.docx_第2页
第2页 / 共3页
eclipse调试以及step into step over step return区别.docx_第3页
第3页 / 共3页
亲,该文档总共3页,全部预览完了,如果喜欢就下载吧!
资源描述

《eclipse调试以及step into step over step return区别.docx》由会员分享,可在线阅读,更多相关《eclipse调试以及step into step over step return区别.docx(3页珍藏版)》请在三一办公上搜索。

1、eclipse调试以及step into step over step return区别eclipse调试以及step into step over step return区别 首先来讲一下step into step over step return的区别: step into就是单步执行,遇到子函数就进入并且继续单步执行; step over是在单步执行时,在函数内遇到子函数时不会进入子函数内单步执行,而是将子函数整个执行完再停止,也就是把子函数整个作为一步。 step return就是单步执行到子函数内时,用step return就可以执行完子函数余下部分,并返回到上一层函 数。 ste

2、p into:进入子函数 step over:越过子函数,但子函数会执行 step return:跳出子函数 最基本的操作是: 1, 首先在一个java文件中设断点,然后运行,当程序走到断点处就会转到debug视图下, 2, F5键与F6键均为单步调试,F5是step into,也就是进入本行代码中执行,F6是step over, 也就是执行本行代码,跳到下一行, 3,F7是跳出函数 4,F8是执行到最后。 / 1.Step Into (also F5) 跳入 2.Step Over (also F6) 跳过 3.Step Return (also F7) 执行完当前method,然后retu

3、rn跳出此method 4.step Filter 逐步过滤 一直执行直到遇到未经过滤的位置或断点(设置Filter:window-preferences-java-Debug-step Filtering) 5.resume 重新开始执行debug,一直运行直到遇到breakpoint 6.hit count 设置执行次数 适合程序中的for循环(设置 breakpoint view-右键hit count) 7.inspect 检查 运算。执行一个表达式显示执行值 8.watch 实时地监视变量的变化 9.我们常说的断点(breakpoints)是指line breakpoints,除了l

4、ine breakpoints,还有其他的断点类型:field(watchpoint)breakpoint,method breakpoint,exception breakpoint. 10.field breakpoint 也叫watchpoint(监视点) 当成员变量被读取或修改时暂挂 11.添加method breakpoint 进入/离开此方法时暂挂(Run-method breakpoint) 12.添加Exception breakpoint 捕抓到Execption时暂挂(待续.) 断点属性: 1.hit count 执行多少次数后暂挂 用于循环 2.enable condition 遇到符合你输入条件(为ture改变时)就暂挂 3.suspend thread 多线程时暂挂此线程 4.suspend VM 暂挂虚拟机 13.variables 视图里的变量可以改变变量值,在variables 视图选择变量点击右键-change value.一次来进行快速调试。 14.debug 过程中修改了某些code后-save&build-resume-重新暂挂于断点

展开阅读全文
相关资源
猜你喜欢
相关搜索
资源标签

当前位置:首页 > 生活休闲 > 在线阅读


备案号:宁ICP备20000045号-2

经营许可证:宁B2-20210002

宁公网安备 64010402000987号