Questions tagged [ruby-debug-ide]

25 questions
1
vote
1 answer

Programatically set breakpoint for ruby-debug-ide (RubyMine)

Is it possible to programatically set a breakpoint... that is... start the debugger, that RubyMine uses, ruby-debug-ide? My goal is to somehow start it automatically when a test fails.
Pablo Fernandez
  • 279,434
  • 135
  • 377
  • 622
0
votes
1 answer

VS Code debugger for rails docker: Breakpoints are not working

I have installed the Ruby plugin in VS Code and the following gems in docker and configured 3000 and 1234 ports. Gems: gem 'debase' gem 'ruby-debug-ide' Command: bundle exec rdebug-ide --debug --host 0.0.0.0 --port 1234 -- bin/rails server -p…
0
votes
1 answer

setup ruby/rails for debugging in Kubernetes - Puma::HttpParserError: Invalid HTTP format, parsing fails

I try to setup a VSCode or Intellij debugger for a Ruby on Rails API app, which runs in a Minikube Kubernetes cluster. When I try to start the debug session, the container throws this error: HTTP parse error, malformed request ():…
Jan
  • 12,992
  • 9
  • 53
  • 89
0
votes
0 answers

Unable to install Ruby-Debug-Ide

I have a problem with the installation of Ruby-Debug-Ide Gem. I dont know how to fix this. Can someone help me ? Thank your very much !! Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. Alle Rechte…
Florend
  • 1
  • 2
0
votes
1 answer

How to configure ports on Vagrant and ruby-debug-ide

I’m trying to configure debugger for my web application, but I run into trouble with specifying correct ports for it. Vagrantfile: config.vm.network :private_network, ip: "192.168.68.8" config.vm.network :forwarded_port, guest: 80, host:…
john_doe
  • 7
  • 2
0
votes
0 answers

Debug rubymine 8.0 and ruby 2.2.1

I'm trying to debug my rails application on rubymine 8.0.1 and but when I put a breakpoint it's interrupted with exit code -1. I use a remote server with vagrant I set in rubymine debug config the host and the port that I use. My workspace ruby…
Sergi Case
  • 226
  • 2
  • 12
0
votes
2 answers

Can't install fast debugger at Netbeans 6.9.1 for ruby 2.2.3p173

I'm trying to debug rails project (redmine) at Netbeans 6.9.1 When I click debug project I get the message: When I click Install Fast Debugger I get the following error: Building native extensions. This could take a while... ERROR: Error…
Anatoly
  • 5,056
  • 9
  • 62
  • 136
-1
votes
1 answer

Rails debugger does not work after setting up breakpoint

Ruby 3.1.1 Rails 7.0.3 After breakpoint is enabled debugger fails. With no breakpoint runs ok.
Benjamin Harel
  • 2,906
  • 3
  • 24
  • 32
-1
votes
1 answer

How to fix 'Failed to build gem native extension.' for several ruby packages?

I can't install ruby-debug-ide and byebug. The command: sudo gem install byebug Gives me this error: The command: sudo gem install ruby-debug-ide Gives me this error: And they both give me the same error: "Failed to build gem native…
Ivan Derlich
  • 655
  • 2
  • 9
  • 19
-2
votes
1 answer

ruby-debug-ide version exception in Gemfile

Uncaught exception: You have already activated ruby-debug-ide 0.4.23, but your Gemfile requires ruby-debug-ide 0.4.22. Using bundle exec may solve this.
1
2