Aptana Studio 3调试配置错误

时间:2018-07-02 03:24:56

标签: ruby-on-rails ruby aptana3 rdebug

我一直试图让Aptana Studio 3在调试模式下运行。我看过的帖子大部分来自2011年,似乎无效。

据我了解,我需要安装rdebug-ide。我相信我的宝石清单中有正确的文字

rubocop (0.55.0, 0.51.0)
ruby-debug-ide (0.6.1)
ruby-graphviz (1.2.3)

我在Gemfile的开发模块中,我有

  gem 'ruby-debug-ide'
  gem 'debase'

在终端中,我正在尝试使用

启动rdebug。
rdebug-ide --host 127.0.0.1 --port 1234 --dispatcher-port 26162 -- bin/rails server

那给了我

chris@chris-VirtualBox:~/Documents/RailsProjects/mlml$ rdebug-ide --host 127.0.0.1 --port 1234 --dispatcher-port 26162 -- bin/rails server
Fast Debugger (ruby-debug-ide 0.6.1, debase 0.2.2, file filtering is supported) listens on 127.0.0.1:1234

然后我使用“运行”-“调试配置”-“ mlml”进入Apatana,并将其设置为  主持人:127.0.0.1  端口1234

然后我使用localhost:3000进入Chrome

我似乎无法让调试器做出响应。一两次,我收到有关“调试透视图”的消息,但无法使它正常工作(即设置一个断点并在该断点处停止执行,以便我可以查看变量)

环境:

在Windows 10上的Oracle VM中运行的Ubuntu 16.04 LTS(其他Rails应用程序和Aptana运行正常)

轨道5.1.6 ruby 2.4.1p111(2017-03-22修订版58053)[x86_64-linux] Aptana Studio 3,内部版本:3.6.1.201410201044

0 个答案:

没有答案