Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8396997
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T20:40:50+00:00 2026-06-09T20:40:50+00:00

Arg, looks like this is a fairly common problem but I can’t seem to

  • 0

Arg, looks like this is a fairly common problem but I can’t seem to figure out how to get my debugger working. I’ve installed a myriad of gems to try to get this bad boy running but no luck. Here is a list for completeness. I’ve included my gemfile as well. As is probably quite obvious I’m a RoR newb. I’m using RubyMine as my IDE and upon trying to debug I get an error that states “The gem ruby-debug-base19x required by the debugger is not currently installed. Would you like to install it?”. Of course, upon saying ‘yes’ to download the mirror is broken and the download fails resulting in the following error:

5:56:46 PM Error running Development: SponsorBid: Cannot start
debugger. Gem ‘ruby-debug-ide’ isn’t installed or its executable
script ‘rdebug-ide’ doesn’t exist.

LOCAL GEMS

GEMFILE

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T20:40:51+00:00Added an answer on June 9, 2026 at 8:40 pm

    Even though this question duplicates two other questions here, I’ll answer it for the sake of completeness.

    In order to debug from RubyMine you must use only 2 debug gems:

    • ruby-debug-base19x
    • ruby-debug-ide

    Exactly these gems must be used, not ruby-debug-base19, not ruby-debug19, not debugger . All the other debug gems must be uninstalled and removed from the Gemfile.

    See this answer for the details how to install proper debug gem versions. If you have a problem downloading linecache19-0.5.13.gem gem, try this mirror instead.

    Verify with gem list that you have the following or more recent versions installed:

    ruby-debug-base19x (0.11.30.pre10)
    ruby-debug-ide (0.4.17.beta9)
    

    No other debug gems should be listed by this command.


    As stated in another answer, debugger gem must not be used, it will conflict with the debug gems used by RubyMine and debugger will not work. You must uninstall this gem, remove it from the Gemfile and ensure that your code doesn’t call any methods from this gem and is not trying to load it.

    Happy debugging!


    As suggested by @Anjan, your Gemfile for debugging can look like this:

    gem 'linecache19', '>= 0.5.13', :git => 'https://github.com/robmathews/linecache19-0.5.13.git'
    gem 'ruby-debug-base19x', '>= 0.11.30.pre10'
    gem 'ruby-debug-ide', '>= 0.4.17.beta14'`
    

    Just run bundle install to get the proper versions of the required debug gems.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I access HTTP headers in Spring-ws endpoint? My code looks like this:
My command line app call looks like this: java -jar myapp.jar --output c:\test.txt c:\test.txt
I originally made a custom function for timing functions that looks like this: def
I'm creating a new object like this: TestObject->new(@array1, @array2) My new method looks like
I'm using Spring-Data-JPA 1.0.3.RELEASE to manage my ORM. my persistence.xml looks like this: <persistence>
I have a function that looks like this: class SomeClass { // ... };
If have an object that looks like this: public class MyTask { private Connection
I have a datasource set in my Jetty.xml file that looks like this: <New
the signature of the query-replace function in emacs looks like this : (query-replace FROM-STRING
I have a maintenance plan that looks like this... Client 1 Import Data (Success)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.