Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
satyajitg2 opened this issue May 20, 2022 · 0 comments
Open

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

satyajitg2 opened this issue May 20, 2022 · 0 comments

Comments

@satyajitg2
Copy link

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:in load'
/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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant