In rails have a code which is running under task-server and starling server. I want to know what's the recommended way to debug the code line by line?
U can use byebug. Install the gem and put "byebug" where you want to debug the code.