Chinaunix首页 | 论坛 | 博客
  • 博客访问: 40460
  • 博文数量: 27
  • 博客积分: 2010
  • 博客等级: 大尉
  • 技术积分: 300
  • 用 户 组: 普通用户
  • 注册时间: 2006-10-24 00:44
文章分类
文章存档

2011年(1)

2009年(26)

我的朋友
最近访客

分类: Java

2009-05-12 13:38:32

There’s one last trick we can use to help us debug our apps. A plugin called Rails Footnotes will turn the lines from the stack trace into clickable links that will open the appropriate file in TextMate. To install it, run the following line from your app’s directory (you’ll need to have git installed on your machine).

git clone git://github.com/drnic/rails-footnotes.git vendor/plugins/footnotes
rm -rf vendor/plugins/footnotes/.git
Now, you can just click a line in the stack trace and immediately see the file in TextMate which makes finding your bugs even easier.
阅读(1271) | 评论(0) | 转发(0) |
0

上一篇:Counter Cache Column

下一篇:sql injection

给主人留下些什么吧!~~