您的位置:首页 > 大数据 > 人工智能

Rails项目调试: Aptana Stodio + buy-debug-ide.

2017-08-08 13:58 393 查看

Pre-Condition

Download and configure Aptana Stodio

Ensure ruby is installed

Debug rails project with Aptana Stodio

Install ruby-debug-ide

gem install ruby-debug-ide


Change directory to rails project root directory, and create
script
folder, and then copy bin/rails file to
script folder


mkdir script
cp bin/rails script


add server

Go Preferences panel



Select your project.



show server view

Click Window -> Show -> View -> Other

Select the Studio Servers



run debug server



set breakpoint and then you will go to the breakpoint



内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  rails aptana 调试