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 am trying to profile bin/rails server backgrounded in a script, and then kill it at the end. When I go to kill it, it seems to only kill the singed process, and rbspy that it is calling.
I am trying to profile
bin/rails server
backgrounded in a script, and thenkill
it at the end. When I go to kill it, it seems to only kill the singed process, andrbspy
that it is calling.I'm not sure if rbspy is smart enough to be able to dump its progress or not, but at least trapping and passing it on would be a good first step
The text was updated successfully, but these errors were encountered: