-
Notifications
You must be signed in to change notification settings - Fork 139
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
Skipping debug gem misses ::DEBUGGER__::TrapInterceptor
#1060
Comments
::DEBUGGER__::TrapInterceptor
I've had some success with adding This environment variable means that even if the One caveat – there is a bug with the unless defined? DEBUGGER__
module DEBUGGER__
def self.start(*args, **kwargs)
end
end
end |
The best workaround would be to add the missing constants to https://github.com/Shopify/rbi-central so Tapioca can pick it up when running |
Since #1179 is merged, Tapioca is internally setting I am closing this issue, please reopen if needed. |
on #947 tapioca skips the debug gem.
however I'm seeing errors such as:
workaround:
add to
todo.rbi
The text was updated successfully, but these errors were encountered: