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

*** Byebug already started. Ignoring byebug call. #131

Closed
jbrodie opened this issue Mar 29, 2015 · 1 comment
Closed

*** Byebug already started. Ignoring byebug call. #131

jbrodie opened this issue Mar 29, 2015 · 1 comment

Comments

@jbrodie
Copy link

jbrodie commented Mar 29, 2015

So it seems now if I hit a break point in a view, all is fine.
I then remove that from the code and throw one in the controller and it won't hit it, I get this instead

*** Byebug already started. Ignoring byebug call.

Apparently, it doesn't seem to think it is already done and won't reanchor a second subsequent call.

@deivid-rodriguez
Copy link
Owner

Hi, thanks for the report.

I overlooked this because I don't use byebug that way. I only use the byebug method to attach to the debugger. Once I have a prompt I set breakpoints ( break MyController#create; continue for example) instead of dropping byebug calls everywhere.

Let me know if it's fixed now.

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