>From your original message it sounds like you were starting your own instance of the console using '*rails c*' from the terminal; it doesn't sound to me that this is how you interact with byebug. According to http://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-byebug-gem you should be put into a console by byebug itself.
On Mon, Jul 9, 2018 at 11:51 AM Ralph Shnelvar <[email protected]> wrote: > Colin and Hassan, > > When I start rails with webrick and have a byebug statement in a > controller or view, things drop into the byebug debugger. A "c" will > continue execution. I expect/expected the rails console to drop into irb > so it stops execution before Rails loads so that one can attempt to debug > initialization. > > Ralph > > > > Monday, July 9, 2018, 10:02:19 AM, you wrote: > > > On 9 July 2018 at 16:46, Ralph Shnelvar <[email protected]> wrote: > ... > I am still at a loss how to continue execution at the irb prompt. > > If you tell us what you mean by continue execution then someone may be > able to help. What do you expect to happen when you tell it to continue > execution? And don't just say you expect it to continue. No-one knows what > you mean. > > Colin > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLvKx7GT4Y8XRgfH%3Dwq36OAbfL9csbM%2B_Dg_Te0%2BTywG4Q%40mail.gmail.com > <https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLvKx7GT4Y8XRgfH%3Dwq36OAbfL9csbM%2B_Dg_Te0%2BTywG4Q%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > > > Ralph > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/rubyonrails-talk/1621713099.20180709105111%40dos32.com > <https://groups.google.com/d/msgid/rubyonrails-talk/1621713099.20180709105111%40dos32.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Brandon McClelland User Support Technician Steve Jackson Games -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CADuEqHLUznNDSvLreO%2B6KR0np9ZRizqNukPfX7MD3YFYELK8zA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

