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?
Asked
Active
Viewed 76 times
1 Answers
0
U can use byebug. Install the gem and put "byebug" where you want to debug the code.

noman tayyab
- 355
- 3
- 14