Byebug fully supports Windows or not?

后端 未结 2 1118
情歌与酒
情歌与酒 2021-01-21 07:54

My environment is macOS and I don\'t have Windows environment. I am writing a blog post about Byebug and I want to know if it fully supports Windows or not. Here is information

2条回答
  •  粉色の甜心
    2021-01-21 08:04

    gem 'byebug', platform: [:mri, :mingw, :x64_mingw]

    byebug is now working on my windows rails app. This is not obvious from the selected answer.

提交回复
热议问题