You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm utilizing the --background flag to drop into a pry debugger and still have it be responsive. This works well the first time the sinatra server is loaded however each subsequent reload the pry console fails to display what is typed (the same behavior as when I run the sinatra server without the --background flag).
Is this a bug or am I missing some configuration?
I'm using ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux] and rerun 0.10.0.
The text was updated successfully, but these errors were encountered:
I'm utilizing the
--background
flag to drop into a pry debugger and still have it be responsive. This works well the first time the sinatra server is loaded however each subsequent reload the pry console fails to display what is typed (the same behavior as when I run the sinatra server without the--background
flag).Is this a bug or am I missing some configuration?
I'm using ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux] and rerun 0.10.0.
The text was updated successfully, but these errors were encountered: