I have built my API using the Grape API, would like to know how to debug it…
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1.Install RubyMine and go to ‘run’-> ‘edit configurations’.
2.Click on the plus sign on the left corner of the window and select the configuration you want.
3. Name your configuration in the ‘Name’ textbox at the top and edit any default settings you want to change.
4. Apply breakpoints and run your server using the debugger mode. You are good to go 🙂