ruby-debug Questions
1
I need to install ruby-debug-base19 in order to active debug on Netbeans IDE, when I execute:
$ gem install ruby-debug-base19
I got the following error. Extracted from log generate
C:/Ruby193/b...
Duvall asked 14/3, 2012 at 16:27
2
I'm trying to use ruby-debug with Pow. Rails 3 app.
I have done everything here:
https://gist.github.com/1098830
I've restarted the server and machine several times. I can get rdebug to connect:
...
Tillion asked 25/1, 2012 at 0:45
2
Solved
Noob who may be missing something obvious ...
I'm trying to debug an Rspec file. The Rspec file is stripped down at this point:
require 'spec_helper'
describe PagesController do
render_views
...
Buke asked 18/2, 2011 at 19:50
3
Solved
I've tried many solutions but nothing seems to work!
I use Ruby 1.9.3 and Rails 3.1.3 and I want to install the ruby-debug19 gem. This ist what I get from the PowerShell:
PS C:\Users\**\**\**> ...
Combustion asked 12/1, 2012 at 13:3
2
Solved
Possible Duplicate:
Rails 3.1 and Ruby 1.9.3p125: ruby-debug19 still crashes with “Symbol not found: _ruby_threadptr_data_type”
I'm done with printing to the console -- I ...
Discomposure asked 3/2, 2012 at 0:46
3
Solved
Possible Duplicate:
Rails 3.1 and Ruby 1.9.3p125: ruby-debug19 still crashes with “Symbol not found: _ruby_threadptr_data_type”
I run this:
gem install ruby-debug19
And ...
Livelong asked 4/12, 2011 at 20:14
5
Solved
I'm starting up a new rails app with the latest version of rails (3.1.3). Rails crashes when I try to start up the server. First I fixed this bug, and now I'm getting this one
ruby-debug-base19-0....
Garamond asked 24/11, 2011 at 1:44
1
Solved
In ruby-debug, the next command takes you to the next line of code to be executed, regardless of whether that line is in your own code, or in the rails framework, or in a gem.
Is there some way to...
Or asked 5/7, 2011 at 12:57
© 2022 - 2024 — McMap. All rights reserved.