Mac10.12 Ruby2.4.0 vscode debug 报错
PHP中文网
PHP中文网 2017-04-25 09:03:48
0
1
1466

ruby好不容易升级到了2.4.0
用的编辑器是vscode 1.9

gem安装了 debug-ide 可是为什么我在code中debug还是报错。

就一句puts 123。不至于吧

贴上报错代码

/Users/jason/.rvm/gems/ruby-2.4.0/bin/ruby_executable_hooks:15:in `eval' /Users/jason/.rvm/gems/ruby-2.4.0/bin/ruby_executable_hooks:15:in `
' /Users/jason/.rvm/gems/ruby-2.4.0/gems/ruby-debug-ide-0.6.1.beta3/lib/ruby-debug-ide.rb:91:in `debug_load': cannot load such file -- /Users/jason/Downloads/Study/main.rb (LoadError) from /Users/jason/.rvm/gems/ruby-2.4.0/gems/ruby-debug-ide-0.6.1.beta3/lib/ruby-debug-ide.rb:91:in `debug_program' from /Users/jason/.rvm/gems/ruby-2.4.0/gems/ruby-debug-ide-0.6.1.beta3/bin/rdebug-ide:157:in `' from /Users/jason/.rvm/gems/ruby-2.4.0/bin/rdebug-ide:22:in `load' from /Users/jason/.rvm/gems/ruby-2.4.0/bin/rdebug-ide:22:in `
' from /Users/jason/.rvm/gems/ruby-2.4.0/bin/ruby_executable_hooks:15:in `eval' from /Users/jason/.rvm/gems/ruby-2.4.0/bin/ruby_executable_hooks:15:in `
' Debugger error: Client: Error: read ECONNRESET

求教老司机!

PHP中文网
PHP中文网

认证高级PHP讲师

reply all (1)
为情所困

I know~hahaha

The conclusion is that the working directory is incorrect. As a result, main.rb cannot be found. The debug configuration file of vscode needs to change the working path or open it to the working directory

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!