#24 The Stack Trace
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).
terminal
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.
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).
terminal
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.
本文介绍了一个名为Rails Footnotes的插件,该插件能够将错误堆栈跟踪中的行号转换为可点击的链接,点击后会在TextMate中打开对应的文件。这大大提升了开发者定位问题的效率。要安装此插件,只需从应用程序目录运行一行命令即可。
344

被折叠的 条评论
为什么被折叠?



