Eric Bonet

Results 4 comments of Eric Bonet

I have the same issue, functionality is there but the error is annoying.

I'm also running into this issue with `v1.15.0`. If I use `v1.10.0` then sqlc has no issues generating. any update?

@4rgc suggestion: ``` require 'debug' binding.b ``` also worked for me. I did not have to increase the wait time. Before adding this I would get the ECONNREFUSED

@kayn1 I ran into a similar issue, asked a question on reddit and got [this answer](https://www.reddit.com/r/ruby/comments/1ctwtrd/comment/l4grs82/) which worked. The below two functions are respectively working for debugging ruby files and...