Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用pry-debugger和debugger。单步执行堆栈时,我想跳过框架和库文件,只查看我的项目(rails 应用程序)中的代码。
有没有办法做到这一点?
类似的问题在这里。
我被同样的问题困住了。
显然,您可以通过进入配置排除您不想输入的文件Run|Edit,然后选择代码覆盖率选项卡并单击添加模式按钮。
Run|Edit
您必须为要排除的文件输入正则表达式。