0

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?

kishore sagar
  • 31
  • 2
  • 5

1 Answers1

0

U can use byebug. Install the gem and put "byebug" where you want to debug the code.

noman tayyab
  • 355
  • 3
  • 14