eclipse beakpoint:在离开Java方法之前停止 [英] eclipse beakpoint: stop before leaving a Java method

查看:182
本文介绍了eclipse beakpoint:在离开Java方法之前停止的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法告诉调试器在返回之前停止,无论从方法退出哪个语句,是否返回,异常或掉出底部?我的灵感来自于Java编辑器向我展示了我的方法可以退出的所有位置 - 当您点击方法声明的返回类型(Mark Occurrences enabled)时,它会突出显示它们。 / p>

[eclipse 3.4]

解决方案

将断点放在方法签名。这是你写的地方

  public void myMethod(){

然后右键单击断点并选择断点属性。在弹出的底部有两个复选框:方法输入,方法退出。检查后者。


Is there a way to tell the debugger to stop just before returning, on whichever statement exits from the method, be it return, exception, or fall out the bottom? I am inspired by the fact that the Java editor shows me all the places that my method can exit - it highlights them when you click on the return type of the method declaration, (Mark Occurrences enabled).

[eclipse 3.4]

解决方案

Put a breakpoint on the line of the method signature. That is where you write

public void myMethod() {

Then right-click on the breakpoint and select "Breakpoint Properties". At the bottom of the pop-up there are two checkboxes: "Method Entry", "Method Exit". Check the latter.

这篇关于eclipse beakpoint:在离开Java方法之前停止的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆