Eclipse调试:保持当前项目的边界 [英] Eclipse Debugging: Stay within boundries of current project

查看:122
本文介绍了Eclipse调试:保持当前项目的边界的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



在eclipse中进行调试时,是否可以指示调试器仅遍历我的项目来源中的步骤?我正在调试rails应用程序,电话正在通过我不感兴趣的铁路基础设施(例如activerecord)。我更喜欢该步骤调试器来跳过这些文件,而是在我自己的源文件中击中下一行。

解决方案

可能在Java。我不知道Eclipse中的Ruby调试器是否与Java一样成熟。阅读这个


When step-debugging in eclipse, is it possible to instruct the debugger to traverse only steps within my project's sources?

I am debugging a rails application and much of the calls are moving through rails' infrastructure (such as activerecord) which I am not interested in following. I would prefer the step-debugger to skip these files, instead hitting the next line within my own source files.

解决方案

It is possible in Java. I don't know if Ruby debugger in Eclipse has so mature as the Java one or not. Read this.

这篇关于Eclipse调试:保持当前项目的边界的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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