How to debug ruby on rails in eclipse aptana plugin

前端 未结 4 855
广开言路
广开言路 2020-12-31 03:24

I\'m trying to figure out this eclipse aptana plugin (coming from a visual studio background). When I try to debug my project as follows:

4条回答
  •  猫巷女王i
    2020-12-31 04:20

    Issue the following command from the command line:

    gem install ruby-debug-ide

    The error message is saying that you don't have this gem installed. It seems as though Aptana does not check to see what gems are installed before activating certain features.

    In case you don't know what a gem is, think of it as a plugin that is installed system-wide.

提交回复
热议问题