Rails Byebug Did Not Stop Application

后端 未结 3 963
我在风中等你
我在风中等你 2021-01-30 17:37

I want to use byebug to debug my application but the app is never stop although I already put byebug inside my code. Here is my Gemfile.

group :deve         


        
3条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-30 18:16

    To enable debugger mode:

    docker-compose run --service-ports web
    

    See this blog post

提交回复
热议问题