Install and configure Ruby debug tool ruby-debug-base19 in Windows, rubydebug
Source: Internet
Author: User
Install and configure the Ruby debug tool ruby-debug-base19, rubydebug under Windows
Two ways for gem to use proxy:
method one:
>> SET http_proxy = http: // ip_or_host: PORT
>> gem install the_package_name
Method 2:
>> gem list -p http: // user: passwd @ ip_or_host: 8080 -r
Install ruby-debug-base19
There are 2 methods:
method one:
Download the .gem file first, and then install the .gem file directly. This needs to be compiled, so you need to bring the with-ruby-include parameter. This is the Ruby development and compilation package.
gem can also view the remote installation library package to distinguish the local installation library
gem list -r
gem install -r gem_package_name
Configuration in rubymine IDE
In rubymine, if the ruby interpreter selects 1.9.3, then you must install ruby-debug-base19x when debugging, and other installations will not work, even if it is ruby-debug-base193, but installation of this will often report errors. Find the answer on the Great God website stackoverflow.com.
If you still get an error, then uninstall all ruby-debug-base versions and reinstall.
In rubymine, if the ruby interpreter selects 1.9.3, then you must install ruby-debug-base19x when debugging, and other installations will not work, even if it is ruby-debug-base193, but installing this will often report errors. Find the answer on the Great God website stackoverflow.com.
If you still get an error, then uninstall all ruby-debug-base versions and reinstall.
Articles you may be interested in:
Ruby connect to use sql server database code example under windows
Ruby language installation tutorial under Windows
Ruby on Rails development environment installation and configuration graphic tutorials under Windows
Download and installation of Ruby under windows and linux
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.