> How can I se a debbuger? > You need to install ruby-debug gem first Check if it already installed gem list
write debugger at the place where u want debugging and now start your server like ./script/server --debugger then you will get debug prompt Type h for help to get available commands example : to print any value say @var p @var -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

