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

Hangs Starting Thin #78

Closed
yagni opened this issue May 20, 2016 · 2 comments
Closed

Hangs Starting Thin #78

yagni opened this issue May 20, 2016 · 2 comments

Comments

@yagni
Copy link

yagni commented May 20, 2016

I'm running ruby-debug-ide with the following syntax:

rdebug-ide --port 1234 --dispatcher-port 26162 --host 0.0.0.0 -- /usr/local/bundle/bin/thin --ssl --ssl-cert-file $SSL_CERT_FILE --ssl-key-file $SSL_KEY_FILE --prefix /api/reagents -p 443 start

The odd thing is I get the message that Fast Debugger is listening on 0.0.0.0:1234 but thin never starts. However, if I Ctrl^C, some process ends (I'm assuming rdebug-ide) and thin then starts up. Any ideas what could be going on here?

@denofevil
Copy link
Member

Yes. When you start application through the rdebug-ide, it is stopped at the very first line and execution does not continue until you attach an IDE to this process

@yagni
Copy link
Author

yagni commented May 20, 2016

Aha, that was it, thanks! Works great!

@yagni yagni closed this as completed May 20, 2016
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

2 participants