ruby-debug / ruby-debug-ide

An interface which glues ruby-debug to IDEs like Eclipse (RDT), NetBeans and RubyMine.
https://www.jetbrains.com/ruby/features/ruby_debugger.html
Other
371 stars 83 forks source link

Uncaught exception - rdebug-ide fails to initialize superclass #227

Open satyajitg2 opened 2 years ago

satyajitg2 commented 2 years ago

Fast Debugger (ruby-debug-ide 0.7.3, debase 0.2.4.1, file filtering is supported) listens on 127.0.0.1:1234

Uncaught exception: uninitialized constant Importer /home/...../import_hj_au.rb:12:in <top (required)>' /home/.asdf/installs/ruby/2.6.8/bin/rdebug-ide:23:inload' /home/.asdf/installs/ruby/2.6.8/bin/rdebug-ide:23:in `

'

import_hj_au.rb

require 'spreadsheet' require_relative './helpers/hj_au_helper'

class HjAuImporter < Importer <<------ FAILS HERE

include GraphQLUtils include HjAuHelper include DbfUtils